v8/tools/ignition
ssanfilippo 7fa7bfacf8 [Interpreter] Report hottest bytecodes in bytecode_dispatches_report.py
In addition to top source-destination pairs,
bytecode_dispatches_report.py now prints the hottest bytecode handlers
by the number of times they are executed and dispatch to another one,
regardless of the dispatch target.

Be aware that this figure does not match the number of times a handler
is executed for those which may not or will never dispatch, e.g.
Return or Throw.

BUG=v8:4899
LOG=N

Review URL: https://codereview.chromium.org/1875263004

Cr-Commit-Position: refs/heads/master@{#35629}
2016-04-19 16:04:05 +00:00
..
bytecode_dispatches_report_test.py [Interpreter] Report hottest bytecodes in bytecode_dispatches_report.py 2016-04-19 16:04:05 +00:00
bytecode_dispatches_report.py [Interpreter] Report hottest bytecodes in bytecode_dispatches_report.py 2016-04-19 16:04:05 +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