Lines Matching refs:testrun
3074 testrun = []
3076 testrun.append(TestRun(data))
3111 data = testrun[testidx].data
3130 if(pid not in testrun[testidx].ftemp):
3131 testrun[testidx].ftemp[pid] = []
3132 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))
3134 cg = testrun[testidx].ftemp[pid][-1]
3137 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))
3139 testrun[testidx].ftemp[pid][-1].addLine(t)
3142 for test in testrun:
3194 testrun, data, limbo = 0, 0, True
3230 testrun = TestRun(data)
3231 testruns.append(testrun)
3260 if('thaw_processes' in testrun.ttemp and len(testrun.ttemp['thaw_processes']) > 0):
3262 testrun.ttemp['thaw_processes'][-1]['end'] = t.time
3362 if(name not in testrun.ttemp):
3363 testrun.ttemp[name] = []
3369 if(len(testrun.ttemp[name]) > 0):
3370 testrun.ttemp[name][-1]['end'] = t.time
3371 testrun.ttemp[name][-1]['loop'] += 1
3374 testrun.ttemp[name].append({'begin': t.time,
3379 testrun.ttemp[name].append(\
3382 if(len(testrun.ttemp[name]) > 0):
3384 testrun.ttemp[name][-1]['end'] = t.time
3455 if(key not in testrun.ftemp):
3456 testrun.ftemp[key] = []
3457 testrun.ftemp[key].append(FTraceCallGraph(pid, sysvals))
3459 cg = testrun.ftemp[key][-1]
3462 testrun.ftemp[key].append(FTraceCallGraph(pid, sysvals))
3464 testrun.ftemp[key][-1].addLine(t)