петак, 19. јун 2020., Ahmed Karaman је
написао/ла:
> Python script that prints the top N most executed functions in QEMU
> using perf.
>
> Example Usage:
> topN_perf.py -n 20 -- /path/to/qemu program -program -flags
>
> If '-n' is not specified, the default is 25.
>
>
Comments similar to the one
петак, 19. јун 2020., Ahmed Karaman је
написао/ла:
> Python script that prints the top N most executed functions in QEMU
> using perf.
>
> Example Usage:
Don't use capitalization when not appropriate. This is better:
Example of usage:
> topN_perf.py -n 20 -- /path/to/qemu program -program -f
Python script that prints the top N most executed functions in QEMU
using perf.
Example Usage:
topN_perf.py -n 20 -- /path/to/qemu program -program -flags
If '-n' is not specified, the default is 25.
Example Output:
No. Percentage Name Caller
-- --