SPRU514Z July 2001 – October 2023 SM320F28335-EP
The path profiling utility, pprof2000, 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 pprof2000 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. |