D | plot_strings.py | 76 def plotTime(timings, routine, bench_variant, title, outpath): argument 98 (routine, bench_variant, title) 106 title, outpath): argument 138 (baseline, bench_variant, title) 145 def plotMax(timings, routine, bench_variant, title, outpath): argument 170 "benchmark, %s" % (routine, bench_variant, title) 177 def plotThroughput(timings, params, routine, bench_variant, title, outpath): argument 202 (routine, bench_variant, title) 208 def finishPlot(x, y, title, outpath, x_scale, plotted_ifuncs): argument 221 plt.title(title) [all …]
|