Searched refs:testNames (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/Testing/ |
D | extractDb.py | 637 def formatTableBy(desc,byname,section,typeSection,testNames,cols,vals): argument 661 for name in testNames: 846 testNames=c.execute(ratioTestNames).fetchall() 847 testNames=[x[0] for x in testNames] 855 return(['name','compilerid','type'] + cols,params,ratio,testNames) 857 return(['name','compilerid','core'] + cols,params,ratio,testNames) 897 def addRatioTable(cols,params,data,section,testNames,byd): argument 905 for name in testNames: 985 … cols,params,ratios,testNames=computeRatioTableForCore(benchName,referenceCoreID,aCoreID,compiler) 993 addRatioTable(cols,params,ratios,compilerSection,testNames,True) [all …]
|