Home
last modified time | relevance | path

Searched refs:trace_end (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py85 def trace_end(name): function
136 def trace_end(name): function
222 trace_end.__doc__ = """Records the end of an event of the given name.
Dtrace_event_unittest.py140 trace_event.trace_end('test_event')
250 trace_end("func1")
256 trace_event.trace_end('test')
282 trace_event.trace_end('two')
283 trace_event.trace_end('one')
319 trace_event.trace_end('one')
320 trace_event.trace_end('two')
364 trace_event.trace_end('parent_event')
406 trace_event.trace_end('parent')
/external/v8/tools/
Dturbolizer-perf.py27 def trace_end(): function
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py171 def trace_end(name, args=None): function
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
Dperf_to_tracing.py208 def trace_end(): function