gcpy.profile.vtune_list_hotspots
Displays a hotspot report generated by the Intel VTune profiler.
Functions
|
Lists all hotspots in an Intel VTune hotspot report. |
- gcpy.profile.vtune_list_hotspots.main()[source]
Lists all hotspots in an Intel VTune hotspot report.
Command-line Arguments
- –filename, -fstr
Hotspot report file generated by VTune (as CSV).
- –delimiter, -dstr, optional
Separator between columns. Default value: “t” (tab)
- –lines-per-screen, -lint
Display this many lines at a time.