Lines Matching refs:routine
76 def plotTime(timings, routine, bench_variant, title, outpath): argument
98 (routine, bench_variant, title)
100 (routine, args.plot, bench_variant, outpath))
105 def plotRelative(timings, all_timings, routine, ifuncs, bench_variant, argument
145 def plotMax(timings, routine, bench_variant, title, outpath): argument
170 "benchmark, %s" % (routine, bench_variant, title)
172 (routine, args.plot, bench_variant, outpath))
177 def plotThroughput(timings, params, routine, bench_variant, title, outpath): argument
202 (routine, bench_variant, title)
204 (routine, args.plot, bench_variant, outpath))
239 def plotRecursive(json_iter, routine, ifuncs, bench_variant, title, outpath, argument
263 plotRecursive(variant, routine, ifuncs, bench_variant, new_title,
297 codomain, title, outpath = plotTime(plotted_vals, routine,
300 codomain, title, outpath = plotRelative(plotted_vals, averages, routine,
303 codomain, title, outpath = plotMax(plotted_vals, routine,
306 codomain, title, outpath = plotThroughput(plotted_vals, domain, routine,