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