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

2020-06-27 Thread Aleksandar Markovic
On Fri, Jun 26, 2020 at 6:59 PM Ahmed Karaman wrote: > > Python script that prints the top N most executed functions in QEMU > using callgrind. > > Syntax: > topN_callgrind.py [-h] [-n] -- \ >[] \ >[] > > [-h] - Print the script arguments help mess

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

2020-06-26 Thread Ahmed Karaman
Python script that prints the top N most executed functions in QEMU using callgrind. Syntax: topN_callgrind.py [-h] [-n] -- \ [] \ [] [-h] - Print the script arguments help message. [-n] - Specify the number of top functions to print. - If this