gcpy.profile.vtune_compare_hotspots
Displays a hotspot report generated by the Intel VTune profiler.
Functions
|
Parses arguments and calls gcpy.profile.vtune_compare_a_hotspot. |
- gcpy.profile.vtune_compare_hotspots.main()[source]
Parses arguments and calls gcpy.profile.vtune_compare_a_hotspot. This will compare timing information for a given hotspot listed in two Intel VTune hotspot reports.
Command-line Arguments
- –ref-filestr
VTune hotspot report for the Ref model.
- –ref-labelstr
Descriptive label for the Ref model.
- –dev-filestr
VTune hotspot report for the Dev model.
- –dev-labelstr
Descriptive label for the Dev model.
- –hotspot, -hstr
Name of the hotspot to look up.
- –delimiter, -dstr, optional
Separator between columns. Default value: “t” (tab)
- –ref-line-numberint
Line where hotspot occurs in the Ref report.
- –dev-line-numberint
Line where hotspot occurs in the Dev report.