Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/
DsummaryBench.py64 def summaryBenchmark(resultPath,elem,path): argument
73 with open(os.path.join(resultPath,'currentConfig.csv'), 'r') as f:
105 def extractBenchmarks(resultPath,benchmark,elem): argument
110 summaryBenchmark(resultPath,elem,benchPath)
113 extractBenchmarks(resultPath,benchmark,c)
134 resultPath=os.path.dirname(args.r) variable
135 extractBenchmarks(resultPath,args.b,root)
DprocessResult.py361 def analyseResult(resultPath,root,results,embedded,benchmark,trace,formatter): argument
434 with open(os.path.join(resultPath,'currentConfig.csv'), 'r') as f:
547 resultPath=os.path.dirname(args.r)
550 analyseResult(resultPath,root,results,args.e,args.b,trace,CSVFormatter())
552 analyseResult(resultPath,root,results,args.e,args.b,trace,HTMLFormatter())
554 analyseResult(resultPath,root,results,args.e,args.b,trace,HTMLFormatter(append=True))
556 analyseResult(resultPath,root,results,args.e,args.b,trace,MathematicaFormatter())
563 analyseResult(resultPath,root,results,args.e,args.b,trace,TextFormatter())