Exemplo n.º 1
0
 def start(self):
     self.counter = 123456
     Profiler.start(self)
     self.events = []
     self.times = [0, 0]
Exemplo n.º 2
0
 def _end(self, event):
     Profiler._end(self, event)
     self.events.append(~event)
Exemplo n.º 3
0
 def _start(self, event):
     Profiler._start(self, event)
     self.events.append(event)
Exemplo n.º 4
0
 def start(self):
     self.counter = 123456
     Profiler.start(self)
     self.events = []
     self.times = [0, 0]
Exemplo n.º 5
0
 def _end(self, event):
     Profiler._end(self, event)
     self.events.append(~event)
Exemplo n.º 6
0
 def _start(self, event):
     Profiler._start(self, event)
     self.events.append(event)