Lines Matching refs:testrun
3250 testrun = []
3252 testrun.append(TestRun(data))
3287 data = testrun[testidx].data
3306 if(pid not in testrun[testidx].ftemp):
3307 testrun[testidx].ftemp[pid] = []
3308 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))
3310 cg = testrun[testidx].ftemp[pid][-1]
3313 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))
3315 testrun[testidx].ftemp[pid][-1].addLine(t)
3318 for test in testrun:
3424 testrun, data, limbo = 0, 0, True
3441 testrun = TestRun(data)
3442 testruns.append(testrun)
3488 if('thaw_processes' in testrun.ttemp and len(testrun.ttemp['thaw_processes']) > 0):
3490 testrun.ttemp['thaw_processes'][-1]['end'] = t.time
3591 if(name not in testrun.ttemp):
3592 testrun.ttemp[name] = []
3598 if(len(testrun.ttemp[name]) > 0):
3599 testrun.ttemp[name][-1]['end'] = t.time
3600 testrun.ttemp[name][-1]['loop'] += 1
3603 testrun.ttemp[name].append({'begin': t.time,
3608 testrun.ttemp[name].append(\
3611 if(len(testrun.ttemp[name]) > 0):
3613 testrun.ttemp[name][-1]['end'] = t.time
3687 if(key not in testrun.ftemp):
3688 testrun.ftemp[key] = []
3689 testrun.ftemp[key].append(FTraceCallGraph(pid, sysvals))
3691 cg = testrun.ftemp[key][-1]
3694 testrun.ftemp[key].append(FTraceCallGraph(pid, sysvals))
3696 testrun.ftemp[key][-1].addLine(t)