Lines Matching refs:testrun
3156 testrun = []
3158 testrun.append(TestRun(data))
3193 data = testrun[testidx].data
3212 if(pid not in testrun[testidx].ftemp):
3213 testrun[testidx].ftemp[pid] = []
3214 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))
3216 cg = testrun[testidx].ftemp[pid][-1]
3219 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))
3221 testrun[testidx].ftemp[pid][-1].addLine(t)
3224 for test in testrun:
3276 testrun, data, limbo = 0, 0, True
3312 testrun = TestRun(data)
3313 testruns.append(testrun)
3342 if('thaw_processes' in testrun.ttemp and len(testrun.ttemp['thaw_processes']) > 0):
3344 testrun.ttemp['thaw_processes'][-1]['end'] = t.time
3445 if(name not in testrun.ttemp):
3446 testrun.ttemp[name] = []
3452 if(len(testrun.ttemp[name]) > 0):
3453 testrun.ttemp[name][-1]['end'] = t.time
3454 testrun.ttemp[name][-1]['loop'] += 1
3457 testrun.ttemp[name].append({'begin': t.time,
3462 testrun.ttemp[name].append(\
3465 if(len(testrun.ttemp[name]) > 0):
3467 testrun.ttemp[name][-1]['end'] = t.time
3538 if(key not in testrun.ftemp):
3539 testrun.ftemp[key] = []
3540 testrun.ftemp[key].append(FTraceCallGraph(pid, sysvals))
3542 cg = testrun.ftemp[key][-1]
3545 testrun.ftemp[key].append(FTraceCallGraph(pid, sysvals))
3547 testrun.ftemp[key][-1].addLine(t)