Ahmed Karaman
01afa757b6
scripts/performance: Add dissect.py script
Python script that dissects QEMU execution into three main phases:
code generation, JIT execution and helpers execution.
Syntax:
dissect.py [-h] -- <qemu executable> [<qemu executable options>] \
<target executable> [<target executable options>]
[-h] - Print the script arguments help message.
Example of usage:
dissect.py -- qemu-arm coulomb_double-arm
Example output:
Total Instructions: 4,702,865,362
Code Generation: 115,819,309 2.463%
JIT Execution: 1,081,980,528 23.007%
Helpers: 3,505,065,525 74.530%
Signed-off-by: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200709052055.2650-2-ahmedkhaledkaraman@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
2020-07-14 22:22:22 +02:00
..
2020-07-13 11:40:52 +02:00
2020-07-10 15:18:09 +02:00
2020-06-12 23:06:22 +01:00
2020-05-31 13:56:46 +02:00
2020-05-31 13:56:46 +02:00
2020-06-15 18:26:46 +02:00
2020-07-14 22:22:22 +02:00
2020-07-10 15:18:08 +02:00
2020-05-31 13:56:46 +02:00
2020-05-31 18:25:07 +02:00
2020-03-17 21:09:26 -04:00
2020-07-07 16:07:14 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-05-31 18:25:07 +02:00
2020-07-10 18:02:23 -04:00
2020-06-08 16:59:29 +01:00
2020-07-13 11:40:52 +02:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-03-20 16:02:00 +01:00
2020-02-22 08:26:47 +00:00
2020-02-13 11:31:58 +01:00
2020-03-09 15:59:31 +01:00
2020-03-12 11:14:05 +00:00
2020-03-06 10:05:24 +00:00
2020-04-14 17:15:33 +01:00
2020-06-23 15:46:05 +01:00
2020-02-07 15:15:16 +01:00
2019-11-06 13:28:27 +01:00
2020-05-31 13:56:46 +02:00
2020-01-13 16:42:20 +00:00
2020-02-07 15:12:48 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-07-10 19:26:55 -04:00
2020-03-06 10:04:57 +00:00
2020-06-24 11:21:00 +01:00
2020-01-23 16:41:36 +00:00
2020-03-20 16:02:00 +01:00
2020-03-20 16:02:00 +01:00
2020-02-07 15:15:16 +01:00