v8/tools/ignition
klaasb a3f598fc85 [interpreter] Add relative numbers to dispatch report
This adds an additional column with percentages to the output of
bytecode_dispatch_report.py --top-dispatches-for-bytecode.
The percentages always represent the relative number of dispatches to
the target bytecode to all dispatches from the source bytecode.
The additional flag --sort-sources-relative/-r allows sorting the
"Top sources of dispatches to" the given bytecode by this column to more
easily find bytecodes that significantly often dispatch to the target.

BUG=v8:4899
LOG=N

Review-Url: https://codereview.chromium.org/2159683003
Cr-Commit-Position: refs/heads/master@{#37873}
2016-07-19 14:17:29 +00:00
..
bytecode_dispatches_report_test.py [interpreter] Add relative numbers to dispatch report 2016-07-19 14:17:29 +00:00
bytecode_dispatches_report.py [interpreter] Add relative numbers to dispatch report 2016-07-19 14:17:29 +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] Support Linux perf >= 4.1 in linux_perf_report.py. 2016-07-08 16:24:45 +00:00