Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/performance/
H A DtopN_perf.py124 top_functions = functions[:number_of_top_functions] variable
137 for (index, function) in enumerate(top_functions, start=1):
H A DtopN_callgrind.py109 top_functions = callgrind_data[first_func_line: variable
124 for (index, function) in enumerate(top_functions, start=1):