/cmsis-dsp-latest/Testing/ |
D | addToRegDB.py | 160 def addRows(conn,elem,tableName,full,runid=0): argument 231 keys['RUN']=runid 295 def addOneBenchmark(elem,fullPath,db,group,runid): argument 306 config = addRows(conn,elem,tableName,full,runid) 311 def addToDB(benchmark,dbpath,elem,group,runid): argument 316 addOneBenchmark(elem,benchPath,dbpath,group,runid) 319 addToDB(benchmark,dbpath,c,group,runid)
|
D | addToDB.py | 154 def addRows(conn,elem,tableName,full,runid=0): argument 224 keys['RUN']=runid 285 def addOneBenchmark(elem,fullPath,db,group,runid): argument 296 config = addRows(conn,elem,tableName,full,runid) 301 def addToDB(benchmark,dbpath,elem,group,runid): argument 306 addOneBenchmark(elem,benchPath,dbpath,group,runid) 309 addToDB(benchmark,dbpath,c,group,runid)
|
D | extractDb.py | 461 vals=(compiler,core,typeid,testid,runid) 558 def getCoresForHistory(benchTable,compilerid,typeid,testid,runid): argument 559 vals=(compilerid,typeid,testid,runid) 564 def getCompilerForHistory(benchTable,coreid,typeid,testid,runid): argument 565 vals=(coreid,typeid,testid,runid) 571 benchName,sectionID,typeid,runid = desc 581 compilerids=getCompilerForHistory(benchName,coreid,typeid,testid,runid) 590 hist=History(series,runid) 594 coreids = getCoresForHistory(benchName,compilerid,typeid,testid,runid) 604 hist=History(series,runid)
|
D | createDb.sql | 34 runid INTEGER PRIMARY KEY, field
|
/cmsis-dsp-latest/Testing/TestScripts/doc/ |
D | Structure.py | 140 def __init__(self,data,runid): argument 142 minId = runid-9 145 self._runids = list(range(minId,runid+1))
|