SLAU132V October 2004 – February 2020
The path profiling utility, pprof430, appends code coverage information to existing CSV (comma separated values) files that contain the same type of analysis information.
The utility checks to make sure that an existing CSV file contains analysis information that is consistent with the type of analysis information it is being asked to generate. Attempts to mix code coverage and other analysis information in the same output CSV file will be detected, and pprof430 will emit a fatal error and abort.
--analyze=codecov | Instructs the compiler to generate code coverage analysis information. This option replaces the previous --codecov option. |
--analyze_only | Halts compilation after generation of analysis information is completed. |