Re: [PATCH v2 2/3] scripts/performance: Add topN_callgrind.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 callgrind. > > Example Usage: > topN_callgrind.py -n 20 -- /path/to/qemu program -program -flags > > If '-n' is not specified, the default is 25. > > Comments similar t

[PATCH v2 2/3] scripts/performance: Add topN_callgrind.py script

2020-06-19 Thread Ahmed Karaman
Python script that prints the top N most executed functions in QEMU using callgrind. Example Usage: topN_callgrind.py -n 20 -- /path/to/qemu program -program -flags If '-n' is not specified, the default is 25. Example Output: No. Percentage Name Source File -