Home
last modified time | relevance | path

Searched refs:runid (Results 1 – 5 of 5) sorted by relevance

/cmsis-dsp-latest/Testing/
DaddToRegDB.py160 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)
DaddToDB.py154 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)
DextractDb.py461 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)
DcreateDb.sql34 runid INTEGER PRIMARY KEY, field
/cmsis-dsp-latest/Testing/TestScripts/doc/
DStructure.py140 def __init__(self,data,runid): argument
142 minId = runid-9
145 self._runids = list(range(minId,runid+1))