Example #1
0
 def enum_thread_stats(self):
     return yappi.enum_thread_stats()
Example #2
0
 def _logTracingStats(self):
     yappi.enum_thread_stats(self._logThreadStat)
     #yappi.enum_stats(self._logFunctionStat)
     self.timer = threading.Timer(self.TRACING_INTERVAL,
                                  self._logTracingStats)
     self.timer.start()
Example #3
0
 def enum_thread_stats(self):
     return yappi.enum_thread_stats()
Example #4
0
 def _logTracingStats(self):
      yappi.enum_thread_stats(self._logThreadStat)
      #yappi.enum_stats(self._logFunctionStat)
      self.timer = threading.Timer(self.TRACING_INTERVAL,self._logTracingStats)
      self.timer.start()