SPRUI04F july 2015 – april 2023
The path profiling utility, pprof6x, appends code coverage or weighted call graph analysis 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 (whether it be code coverage or weighted call graph analysis). Attempts to mix code coverage and weighted call graph analysis information in the same output CSV file will be detected, and pprof6x will emit a fatal error and abort.
--analyze=callgraph | Instructs the compiler to generate weighted call graph analysis information. |
--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. |