qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] Add Script for Dissecting QEMU Execution
@ 2020-07-09  5:20 Ahmed Karaman
  2020-07-09  5:20 ` [PATCH v3 1/1] scripts/performance: Add dissect.py script Ahmed Karaman
  0 siblings, 1 reply; 4+ messages in thread
From: Ahmed Karaman @ 2020-07-09  5:20 UTC (permalink / raw)
  To: qemu-devel, aleksandar.qemu.devel, philmd, alex.bennee, eblake,
	ldoktor, rth, ehabkost, crosa
  Cc: Ahmed Karaman

Hi,

This series adds the dissect.py script which breaks down the execution
of QEMU into three main phases:
code generation, JIT execution, and helpers execution.

It prints the number of instructions executed by QEMU in each of these
three phases, plus the total number of executed instructions.

To learn more about how the script works and for further usage
instructions, please check the "Dissecting QEMU Into Three Main Parts"
report posted as part of the "TCG Continuous Benchmarking" GSoC project.

Report link:
https://lists.nongnu.org/archive/html/qemu-devel/2020-06/msg09441.html

Best regards,
Ahmed Karaman

v2->v3:
- Fix a misalignment in a comment line.
- Use tempfile.TemporaryDirectory() for handling intermediate files.

Ahmed Karaman (1):
  scripts/performance: Add dissect.py script

 scripts/performance/dissect.py | 166 +++++++++++++++++++++++++++++++++
 1 file changed, 166 insertions(+)
 create mode 100755 scripts/performance/dissect.py

-- 
2.17.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-11  8:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-09  5:20 [PATCH v3 0/1] Add Script for Dissecting QEMU Execution Ahmed Karaman
2020-07-09  5:20 ` [PATCH v3 1/1] scripts/performance: Add dissect.py script Ahmed Karaman
2020-07-09 15:11   ` Philippe Mathieu-Daudé
2020-07-11  8:39   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).