Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/performance/
H A DtopN_callgrind.py99 first_func_line = 25 variable
102 number_of_functions = len(callgrind_data) - first_func_line - 2
109 top_functions = callgrind_data[first_func_line:
110 first_func_line + number_of_top_functions]