/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
slice_unittest.py | 14 top = Slice(None, 'cat', 'top', 0, duration=10, thread_timestamp=0, 16 a = Slice(None, 'cat', 'a', 1, duration=2, thread_timestamp=0.5, 18 x = Slice(None, 'cat', 'x', 1.5, duration=0.25, thread_timestamp=0.75, 20 b = Slice(None, 'cat', 'b', 5, duration=2, thread_timestamp=None,
|
slice.py | 17 thread_timestamp=None, thread_duration=None, args=None): 19 category, name, timestamp, duration, thread_timestamp, thread_duration,
|
thread.py | 86 def BeginSlice(self, category, name, timestamp, thread_timestamp=None, 95 * thread_timestamp: Thread specific clock (scheduled) timestamp of the 105 thread_timestamp=thread_timestamp, 133 'EndSlice with thread_timestamp called on open slice without ' + 134 'thread_timestamp') 141 thread_timestamp, thread_duration, args=None): 143 thread_timestamp=thread_timestamp,
|
/external/chromium_org/tools/perf/metrics/ |
rendering_stats_unittest.py | 63 timestamp, duration=0.0, thread_timestamp=None, thread_duration=None, 101 timestamp, duration=0.0, thread_timestamp=None, thread_duration=None,
|
/external/chromium_org/base/debug/ |
trace_event_impl.h | 111 TimeTicks thread_timestamp, 140 TimeTicks thread_timestamp() const { return thread_timestamp_; } function in class:base::debug::TraceEvent
|
trace_event_impl.cc | 518 TimeTicks thread_timestamp, 530 thread_timestamp_ = thread_timestamp; 714 // Output tts if thread_timestamp is valid. [all...] |