示例#1
0
 def enum_thread_stats(self):
     return yappi.enum_thread_stats()
示例#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()
示例#3
0
 def enum_thread_stats(self):
     return yappi.enum_thread_stats()
示例#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()