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

2020-07-08 Thread Ahmed Karaman
On Wed, Jul 8, 2020 at 5:41 PM Philippe Mathieu-Daudé wrote: > > Hi Ahmed, > > On 7/2/20 4:29 PM, Ahmed Karaman wrote: > > Python script that dissects QEMU execution into three main phases: > > code generation, JIT execution and helpers execution. > > > > Syntax: > > dissect.py [-h] -- [] \ > >

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

2020-07-08 Thread Philippe Mathieu-Daudé
Hi Ahmed, On 7/2/20 4:29 PM, Ahmed Karaman wrote: > Python script that dissects QEMU execution into three main phases: > code generation, JIT execution and helpers execution. > > Syntax: > dissect.py [-h] -- [] \ > [] > > [-h] - Print the script arguments help message. > >

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

2020-07-02 Thread Ahmed Karaman
On Thu, Jul 2, 2020 at 5:45 PM Aleksandar Markovic wrote: > > > A very good script! Hopefully there will be some script in near future that > will, for example, list all hepers used in the test program. > > Reviewed-by: Aleksandar Markovic > > Thanks Mr. Aleksandar. I Will start working on it.

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

2020-07-02 Thread Aleksandar Markovic
On Thursday, July 2, 2020, Ahmed Karaman wrote: > Python script that dissects QEMU execution into three main phases: > code generation, JIT execution and helpers execution. > > Syntax: > dissect.py [-h] -- [] \ > [] > > [-h] - Print the script arguments help message. > >

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

2020-07-02 Thread Ahmed Karaman
Python script that dissects QEMU execution into three main phases: code generation, JIT execution and helpers execution. Syntax: dissect.py [-h] -- [] \ [] [-h] - Print the script arguments help message. Example of usage: dissect.py -- qemu-arm coulomb_double-arm Example