Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystats.h58 } OpcodeStats; typedef
151 OpcodeStats opcode_stats[256];
/external/python/cpython3/Tools/scripts/
Dsummarize_stats.py182 class OpcodeStats: class
366 def get_opcode_stats(self, prefix: str) -> OpcodeStats:
373 return OpcodeStats(
/external/python/cpython3/Python/
Dspecialize.c139 print_spec_stats(FILE *out, OpcodeStats *stats) in print_spec_stats()