Home
last modified time | relevance | path

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

/qemu/scripts/performance/
H A DtopN_perf.py121 number_of_top_functions = top if len(functions) > top else len(functions) variable
124 top_functions = functions[:number_of_top_functions]
H A DtopN_callgrind.py105 number_of_top_functions = (top if number_of_functions > variable
110 first_func_line + number_of_top_functions]