Home
last modified time | relevance | path

Searched defs:opcode_stats (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/scripts/
Dsummarize_stats.py134 def categorized_counts(opcode_stats): argument
206 def emit_execution_counts(opcode_stats, total): argument
233 def emit_specialization_stats(opcode_stats): argument
242 def emit_specialization_overview(opcode_stats, total): argument
281 def get_total(opcode_stats): argument
288 def emit_pair_counts(opcode_stats, total): argument
/third_party/python/Include/internal/
Dpycore_code.h306 OpcodeStats opcode_stats[256]; member