Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/performance/
H A DtopN_callgrind.py102 number_of_functions = len(callgrind_data) - first_func_line - 2 variable
105 number_of_top_functions = (top if number_of_functions >
106 top else number_of_functions)