Re: [PATCH v2 1/3] scripts/performance: Add topN_perf.py script

2020-06-20 Thread Aleksandar Markovic
петак, 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

Re: [PATCH v2 1/3] scripts/performance: Add topN_perf.py script

2020-06-20 Thread Aleksandar Markovic
петак, 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

[PATCH v2 1/3] scripts/performance: Add topN_perf.py script

2020-06-19 Thread 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. Example Output: No. Percentage Name Caller -- --