Python/C Profiler Functions
Command Function
Displays the help information about Python/C performance analysis tasks.
Syntax
1 | devkit py-perf [-h | --help] TASK [ARGS] |
An RPM package is used as an example.
Example
View the information about Python/C performance analysis functions:
1 | devkit py-perf -h |
Command output:
1 2 3 4 5 6 7 | Usage: devkit py-perf [-h | --help] TASK [ARGS] The most commonly used devkit py-perf sub tasks are: help Get help information hotspot Run the hotspot collection and analysis task See 'devkit py-perf TASK --help' for more information on a specific task. |
Parent topic: Python/C Profiler