Lines Matching refs:stopwatch
49 print "lldb benchmark:", self.stopwatch
51 print "gdb benchmark:", self.stopwatch
63 print "gdb benchmark:", self.stopwatch
65 print "lldb benchmark:", self.stopwatch
88 self.stopwatch.reset()
90 with self.stopwatch:
103 self.lldb_avg = self.stopwatch.avg()
105 print "lldb disassembly benchmark:", str(self.stopwatch)
128 self.stopwatch.reset()
130 with self.stopwatch:
145 self.gdb_avg = self.stopwatch.avg()
147 print "gdb disassembly benchmark:", str(self.stopwatch)