v8/tools/ignition
ssanfilippo 101e076b34 [Interpreter] List top dispatch sources and destinations for a given Ignition bytecode.
This commit introduces a new mode for bytecode_dispatches_report.py
which reports the top sources of dispatches to a given bytecode and
the top destinations of dispatches from the same bytecode.

The bytecode name is passed with --top-dispatches-for-bytecode
(short form: -f), while the number of sources and destinations to
show is controlled with -n.

BUG=v8:4899
LOG=N

Review-Url: https://codereview.chromium.org/1979233002
Cr-Commit-Position: refs/heads/master@{#36284}
2016-05-17 14:44:04 +00:00
..
bytecode_dispatches_report_test.py [Interpreter] List top dispatch sources and destinations for a given Ignition bytecode. 2016-05-17 14:44:04 +00:00
bytecode_dispatches_report.py [Interpreter] List top dispatch sources and destinations for a given Ignition bytecode. 2016-05-17 14:44:04 +00:00
linux_perf_bytecode_annotate_test.py [Interpreter] Add a bytecode annotate tool. 2016-05-10 15:04:32 +00:00
linux_perf_bytecode_annotate.py [Interpreter] Add a bytecode annotate tool. 2016-05-10 15:04:32 +00:00
linux_perf_report_test.py [Interpreter] Add Ignition profile visualization tool. 2016-04-18 11:47:56 +00:00
linux_perf_report.py [Interpreter] Always show misattributed samples in linux_perf_report.py 2016-04-18 15:07:20 +00:00