Thanks Mr. Alex for your suggestions. I will send a v2 of this series
with the updates.
On Wed, Jun 17, 2020 at 2:16 PM Alex Bennée wrote:
> You will want the script to be +x if the user is to execute it.
Thanks for the reminder. Forgot to do this before sending the patch.
> > +# Print the to
Ahmed Karaman writes:
> Python script that prints the top 25 most executed functions in QEMU
> using callgrind.
>
> Signed-off-by: Ahmed Karaman
> ---
> scripts/performance/callgrind_top_25.py | 95 +
> 1 file changed, 95 insertions(+)
> create mode 100644 scripts/per
среда, 17. јун 2020., Ahmed Karaman је
написао/ла:
> Python script that prints the top 25 most executed functions in QEMU
> using callgrind.
>
> Signed-off-by: Ahmed Karaman
> ---
I think you should add an example of script usage in the commit message
(even though you mention such example in t
Python script that prints the top 25 most executed functions in QEMU
using callgrind.
Signed-off-by: Ahmed Karaman
---
scripts/performance/callgrind_top_25.py | 95 +
1 file changed, 95 insertions(+)
create mode 100644 scripts/performance/callgrind_top_25.py
diff --git