Lines Matching refs:testrun
3294 testrun = []
3296 testrun.append(TestRun(data))
3331 data = testrun[testidx].data
3350 if(pid not in testrun[testidx].ftemp):
3351 testrun[testidx].ftemp[pid] = []
3352 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))
3354 cg = testrun[testidx].ftemp[pid][-1]
3357 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))
3359 testrun[testidx].ftemp[pid][-1].addLine(t)
3362 for test in testrun:
3468 testrun, data, limbo = 0, 0, True
3485 testrun = TestRun(data)
3486 testruns.append(testrun)
3532 if('thaw_processes' in testrun.ttemp and len(testrun.ttemp['thaw_processes']) > 0):
3534 testrun.ttemp['thaw_processes'][-1]['end'] = t.time
3635 if(name not in testrun.ttemp):
3636 testrun.ttemp[name] = []
3642 if(len(testrun.ttemp[name]) > 0):
3643 testrun.ttemp[name][-1]['end'] = t.time
3644 testrun.ttemp[name][-1]['loop'] += 1
3647 testrun.ttemp[name].append({'begin': t.time,
3652 testrun.ttemp[name].append(\
3655 if(len(testrun.ttemp[name]) > 0):
3657 testrun.ttemp[name][-1]['end'] = t.time
3731 if(key not in testrun.ftemp):
3732 testrun.ftemp[key] = []
3733 testrun.ftemp[key].append(FTraceCallGraph(pid, sysvals))
3735 cg = testrun.ftemp[key][-1]
3738 testrun.ftemp[key].append(FTraceCallGraph(pid, sysvals))
3740 testrun.ftemp[key][-1].addLine(t)