Home
last modified time | relevance | path

Searched refs:thread_duration (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_impl.cc343 int64_t thread_duration = thread_duration_.ToInternalValue(); in AppendAsJSON() local
344 if (thread_duration != -1) in AppendAsJSON()
345 StringAppendF(out, ",\"tdur\":%" PRId64, thread_duration); in AppendAsJSON()
Dtrace_event_impl.h128 TimeDelta thread_duration() const { return thread_duration_; } in thread_duration() function
/external/libchrome/base/task/sequence_manager/
Dtask_queue.h185 base::TimeDelta thread_duration() const { in thread_duration() function
/external/perfetto/protos/perfetto/trace/chrome/
Dchrome_trace_event.proto69 optional int64 thread_duration = 6; field
/external/libchrome/base/test/
Dtrace_event_analyzer.h185 double thread_duration = 0.0; member
Dtrace_event_analyzer.cc113 dictionary->GetDouble("tdur", &thread_duration); in SetFromJSON()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto2511 optional int64 thread_duration = 6; field