Home
last modified time | relevance | path

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

/glibc-2.36/benchtests/scripts/
Dplot_strings.py208 def finishPlot(x, y, title, outpath, x_scale, plotted_ifuncs): argument
225 for i in range(len(plotted_ifuncs)):
227 label=plotted_ifuncs[i])
288 plotted_ifuncs = ifuncs
290 plotted_ifuncs = [x.replace("__", "") for x in args.ifuncs]
292 plotted_indices = [ifuncs.index(x) for x in plotted_ifuncs]
310 finishPlot(domain, codomain, title, outpath, x_scale, plotted_ifuncs)