Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/performance/
H A DtopN_callgrind.py93 total_instructions_line_data = callgrind_data[total_instructions_line_number] variable
94 total_number_of_instructions = total_instructions_line_data.split(' ')[0]
H A Ddissect.py117 total_instructions_line_data = \
119 total_instructions = total_instructions_line_data.split()[0]