/external/chromium_org/tools/telemetry/telemetry/timeline/ |
slice_unittest.py | 15 top = Slice(None, 'cat', 'top', 0, duration=10, thread_timestamp=0, 17 a = Slice(None, 'cat', 'a', 1, duration=2, thread_timestamp=0.5, 19 x = Slice(None, 'cat', 'x', 1.5, duration=0.25, thread_timestamp=0.75, 21 b = Slice(None, 'cat', 'b', 5, duration=2, thread_timestamp=None,
|
thread.py | 95 def BeginSlice(self, category, name, timestamp, thread_timestamp=None, 104 * thread_timestamp: Thread specific clock (scheduled) timestamp of the 114 thread_timestamp=thread_timestamp, 142 'EndSlice with thread_timestamp called on open slice without ' + 143 'thread_timestamp') 150 thread_timestamp, thread_duration, args=None): 152 thread_timestamp=thread_timestamp,
|
slice.py | 18 thread_timestamp=None, thread_duration=None, args=None): 20 category, name, timestamp, duration, thread_timestamp, thread_duration,
|
inspector_importer.py | 61 thread_timestamp=None,
|
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/ |
rendering_stats_unittest.py | 97 timestamp, duration=0.0, thread_timestamp=None, thread_duration=None, 137 timestamp, duration=0.0, thread_timestamp=None, thread_duration=None,
|
/external/chromium_org/base/debug/ |
trace_event_impl.h | 119 TimeTicks thread_timestamp, 144 TimeTicks thread_timestamp() const { return thread_timestamp_; } function in class:base::debug::TraceEvent
|
trace_event_impl.cc | 539 TimeTicks thread_timestamp, 551 thread_timestamp_ = thread_timestamp; 746 // Output tts if thread_timestamp is valid. [all...] |