コード例 #1
0
ファイル: yappi_profiler.py プロジェクト: fabianp/pikos
 def enum_thread_stats(self):
     return yappi.enum_thread_stats()
コード例 #2
0
ファイル: OVtracer.py プロジェクト: zhangjh684508/openwsn-sw
 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
ファイル: OVtracer.py プロジェクト: Delsan/openwsn-sw
 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()