Home
last modified time | relevance | path

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

/benchtests/scripts/
A Dcompare_bench.py30 def do_compare(func, var, tl1, tl2, par, threshold): argument
61 (ind, func, var, par, d, v1, v2))
76 for var in pts1['functions'][func].keys():
77 tl1 = pts1['functions'][func][var]
78 tl2 = pts2['functions'][func][var]
83 do_compare(func, var, tl1, tl2, stat, threshold)
99 (func, var))
120 (ind, func, var, d, t1, t2))
133 for var in bench1['functions'][func].keys():
157 if var:
[all …]
A Dimport_bench.py42 def split_list(bench, func, var): argument
84 lst = bench['functions'][func][var]['timings']
94 bench['functions'][func][var]['timings'] = means
/benchtests/
A Dbench-timing.h34 #define TIMING_NOW(var) HP_TIMING_NOW (var) argument

Completed in 27 milliseconds