Home
last modified time | relevance | path

Searched refs:dispatches_table (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/ignition/
Dbytecode_dispatches_report.py53 def warn_if_counter_may_have_saturated(dispatches_table): argument
54 for source, counters_from_source in iteritems(dispatches_table):
61 def find_top_bytecode_dispatch_pairs(dispatches_table, top_count): argument
63 for source, counters_from_source in iteritems(dispatches_table):
71 def print_top_bytecode_dispatch_pairs(dispatches_table, top_count): argument
73 find_top_bytecode_dispatch_pairs(dispatches_table, top_count))
79 def find_top_bytecodes(dispatches_table): argument
81 for bytecode, counters_from_bytecode in iteritems(dispatches_table):
88 def print_top_bytecodes(dispatches_table): argument
89 top_bytecodes = find_top_bytecodes(dispatches_table)
[all …]