Home
last modified time | relevance | path

Searched refs:is_tracing (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py89 if tracemalloc.is_tracing():
275 self.assertFalse(tracemalloc.is_tracing())
278 self.assertTrue(tracemalloc.is_tracing())
317 if not tracemalloc.is_tracing():
962 if tracemalloc.is_tracing():
/external/autotest/client/cros/
Dkernel_trace.py93 def is_tracing(self): member in KernelTrace
/external/libchrome/base/task/sequence_manager/
Dtask_queue_impl.cc455 bool is_tracing; in TraceQueueSize() local
457 TRACE_DISABLED_BY_DEFAULT("sequence_manager"), &is_tracing); in TraceQueueSize()
458 if (!is_tracing) in TraceQueueSize()
/external/python/cpython3/Lib/
Dwarnings.py64 tracing = tracemalloc.is_tracing()
Dtracemalloc.py555 if not is_tracing():
/external/python/cpython3/Doc/library/
Dtracemalloc.rst358 .. function:: is_tracing()
388 See also :func:`stop`, :func:`is_tracing` and :func:`get_traceback_limit`
401 See also :func:`start`, :func:`is_tracing` and :func:`clear_traces`
/external/python/cpython3/Lib/test/support/
D__init__.py2700 if tracemalloc.is_tracing():
/external/autotest/client/cros/power/
Dpower_status.py1258 if not self._trace or not self._trace.is_tracing():