D | plot_strings.py | 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)) [all …]
|