Lines Matching refs:ttemp
2981 self.ttemp = dict()
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
3510 for name in sorted(test.ttemp):
3511 for event in test.ttemp[name]: