Home | History | Annotate | Download | only in release

Lines Matching full:exec

6 (tp, exp) = ('compile', 'exec')
49 elif n == 'exec-success':
50 test[fname]['exec time'] = float(t[2].split('program')[1].strip('\r\n'))
69 for x in ['compile state', 'compile time', 'exec state', 'exec time']:
77 for x in ['compile state', 'compile time', 'exec state', 'exec time']:
95 if x == 'compile state' or x == 'exec state':
126 if len(regressions['exec state']) != 0:
128 print regressions['exec state']
134 if len(regressions['exec time']) != 0:
136 print regressions['exec time']
142 if len(passes['exec state']) != 0:
144 print passes['exec state']