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

2020-07-11 Thread Philippe Mathieu-Daudé
On 7/9/20 7:20 AM, 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. > > Example of us

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

2020-07-09 Thread Philippe Mathieu-Daudé
On 7/9/20 7:20 AM, 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. > > Example of us

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

2020-07-08 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 outp