Lines Matching refs:testrun
2963 testrun = []
2965 testrun.append(TestRun(data))
3013 data = testrun[testidx].data
3032 if(pid not in testrun[testidx].ftemp):
3033 testrun[testidx].ftemp[pid] = []
3034 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))
3036 cg = testrun[testidx].ftemp[pid][-1]
3039 testrun[testidx].ftemp[pid].append(FTraceCallGraph(pid, sysvals))
3041 testrun[testidx].ftemp[pid][-1].addLine(t)
3044 for test in testrun:
3096 testrun = 0
3146 testrun = TestRun(data)
3147 testruns.append(testrun)
3174 if('thaw_processes' in testrun.ttemp and len(testrun.ttemp['thaw_processes']) > 0):
3176 testrun.ttemp['thaw_processes'][-1]['end'] = t.time
3263 if(name not in testrun.ttemp):
3264 testrun.ttemp[name] = []
3267 testrun.ttemp[name].append(\
3270 if(len(testrun.ttemp[name]) > 0):
3272 testrun.ttemp[name][-1]['end'] = t.time
3343 if(key not in testrun.ftemp):
3344 testrun.ftemp[key] = []
3345 testrun.ftemp[key].append(FTraceCallGraph(pid, sysvals))
3347 cg = testrun.ftemp[key][-1]
3350 testrun.ftemp[key].append(FTraceCallGraph(pid, sysvals))
3352 testrun.ftemp[key][-1].addLine(t)