Searched refs:trace_end (Results 1 – 4 of 4) sorted by relevance
85 def trace_end(name): function128 def trace_end(name): function214 trace_end.__doc__ = """Records the end of an event of the given name.
140 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')
169 def trace_end(name, args=None): function
208 def trace_end(): function