Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/
DconvertToOld.py76 def extractBenchmarks(benchmark,elem): argument
79 benchPath = os.path.join(benchmark,elem.fullPath(),"fullBenchmark.csv")
84 extractBenchmarks(benchmark,c)
DsummaryBench.py105 def extractBenchmarks(resultPath,benchmark,elem): argument
108 benchPath = os.path.join(benchmark,elem.fullPath(),"fullBenchmark.csv")
113 extractBenchmarks(resultPath,benchmark,c)
DaddToRegDB.py311 def addToDB(benchmark,dbpath,elem,group,runid): argument
314 benchPath = os.path.join(benchmark,elem.fullPath(),"regression.csv")
319 addToDB(benchmark,dbpath,c,group,runid)
DaddToDB.py301 def addToDB(benchmark,dbpath,elem,group,runid): argument
304 benchPath = os.path.join(benchmark,elem.fullPath(),"fullBenchmark.csv")
309 addToDB(benchmark,dbpath,c,group,runid)
DREADME.md99 history of test results and benchmark.
220 A benchmark will often have to be run with different lengths for the input.
224 In the benchmark results, we may want to generate a CSV (or any other format) with different column…
339 The runner is running a test and for benchmark measuring the cycles.
480 …re displayed with the test status (passed or failed). **Don't trust** those cycles for a benchmark.
504 … column is the max of cycles computed for all values of A and B which were used for this benchmark.
508 To convert some benchmark to an older format.
638 // benchmark. So a benchmark should not contain tests.
644 Warning : in case of a benchmark the xxx.ptr() function calls should be done in the setup function …
DprocessResult.py361 def analyseResult(resultPath,root,results,embedded,benchmark,trace,formatter): argument
417 benchPath = os.path.join(benchmark,elem.fullPath(),"fullBenchmark.csv")