Home | History | Annotate | Download | only in expression

Lines Matching refs:stopwatch

31         print "lldb benchmark:", self.stopwatch
33 print "gdb benchmark:", self.stopwatch
59 # Reset the stopwatch now.
60 self.stopwatch.reset()
62 with self.stopwatch:
76 self.lldb_avg = self.stopwatch.avg()
78 print "lldb expression benchmark:", str(self.stopwatch)
104 # Reset the stopwatch now.
105 self.stopwatch.reset()
107 with self.stopwatch:
123 self.gdb_avg = self.stopwatch.avg()
125 print "gdb expression benchmark:", str(self.stopwatch)