OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trace_end
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_event.py
60
trace_begin and
trace_end
, will simply be no-ops.
85
def
trace_end
(name):
function in function:trace_can_enable
136
def
trace_end
(name):
function
203
trace_end
("read")
209
trace_end
("parse")
211
trace_end
("something_heavy")
213
Note that a
trace_end
call must be issued for every trace_begin call. When
215
function, or a try-finally pattern to ensure that the
trace_end
method is
222
trace_end
.__doc__ = """Records the end of an event of the given name.
226
Make sure to issue a
trace_end
for every trace_begin issued. Failure to pai
[
all
...]
trace_event_unittest.py
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')
/external/v8/tools/
turbolizer-perf.py
27
def
trace_end
():
function
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py
171
def
trace_end
(name, args=None):
function
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
perf_to_tracing.py
208
def
trace_end
():
function
Completed in 542 milliseconds