Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/performance/
H A DtopN_perf.py121 number_of_top_functions = top if len(functions) > top else len(functions) variable
H A DtopN_callgrind.py105 number_of_top_functions = (top if number_of_functions > variable