MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / getkey

Function getkey

src/scripts/perf/plotPerformance.py:237–238  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

235 """
236 colors = ['k','y','m','c','b','g','r']
237 def getkey(item):
238 return str(item.label)
239 dataForAllPlots.sort(key=getkey)
240 #for thisPlot in sorted(dataForAllPlots,key=getkey):
241 for thisPlot in sorted(dataForAllPlots,key=getkey):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected