Home
last modified time | relevance | path

Searched refs:trace_flush (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event_unittest.py98 trace_event.trace_flush()
106 trace_event.trace_flush()
115 trace_event.trace_flush()
116 trace_event.trace_flush()
123 trace_event.trace_flush()
141 trace_event.trace_flush()
159 trace_event.trace_flush()
186 trace_event.trace_flush()
210 trace_event.trace_flush()
228 trace_event.trace_flush()
[all …]
Dtrace_event.py82 def trace_flush(): function
83 trace_event_impl.trace_flush()
137 def trace_flush(): function
196 trace_flush.__doc__ = """Flushes any currently-recorded trace data to disk.
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dmultiprocessing_shim.py24 log.trace_flush() # todo, reduce need for this...
Dlog.py100 def trace_flush(): function