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.py88 if tracemalloc.is_tracing():
230 self.assertFalse(tracemalloc.is_tracing())
233 self.assertTrue(tracemalloc.is_tracing())
269 if not tracemalloc.is_tracing():
909 if tracemalloc.is_tracing():
/external/autotest/client/cros/
Dkernel_trace.py95 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/Doc/library/
Dtracemalloc.rst301 .. function:: is_tracing()
328 See also :func:`stop`, :func:`is_tracing` and :func:`get_traceback_limit`
341 See also :func:`start`, :func:`is_tracing` and :func:`clear_traces`
/external/python/cpython3/Lib/
Dwarnings.py64 tracing = tracemalloc.is_tracing()
Dtracemalloc.py529 if not is_tracing():
/external/autotest/client/cros/power/
Dpower_status.py1135 if not self._trace or not self._trace.is_tracing():
/external/python/cpython3/Lib/test/support/
D__init__.py2704 if tracemalloc.is_tracing():