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

2020-06-27 Thread Aleksandar Markovic
On Fri, Jun 26, 2020 at 7:00 PM Ahmed Karaman wrote: > > Syntax: > topN_perf.py [-h] [-n] -- \ > [] \ > [] > > [-h] - Print the script arguments help message. > [-n] - Specify the number of top functions to print. > - If this flag is not specified, the

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

2020-06-26 Thread Ahmed Karaman
Syntax: topN_perf.py [-h] [-n] -- \ [] \ [] [-h] - Print the script arguments help message. [-n] - Specify the number of top functions to print. - If this flag is not specified, the tool defaults to 25. Example of usage: topN_perf.py -n 20 -- qemu-arm