Exemple #1
0
 def get(self):
     _yappi._pause()
     self.clear()
     try:
         _yappi.enum_thread_stats(self._enumerator)
         result = super(YThreadStats, self).get()
     finally:
         _yappi._resume()
     return result
Exemple #2
0
 def get(self):
     _yappi._pause()
     self.clear()
     try:
         _yappi.enum_thread_stats(self._enumerator)
         result = super(YThreadStats, self).get()
     finally:
         _yappi._resume()
     return result
Exemple #3
0
    def get(self):
        _yappi.enum_thread_stats(self._enumerator)

        return super(YThreadStats, self).get()
Exemple #4
0
 def get(self):
     _yappi.enum_thread_stats(self._enumerator)
     
     return super(YThreadStats, self).get()
Exemple #5
0
def enum_thread_stats(fenum):
    _yappi.enum_thread_stats(fenum)
Exemple #6
0
def enum_thread_stats(fenum):
    _yappi.enum_thread_stats(fenum)