Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_impl.cc342 int64_t thread_duration = thread_duration_.ToInternalValue(); in AppendAsJSON() local
343 if (thread_duration != -1) in AppendAsJSON()
344 StringAppendF(out, ",\"tdur\":%" PRId64, thread_duration); in AppendAsJSON()
Dtrace_event_impl.h134 TimeDelta thread_duration() const { return thread_duration_; } in thread_duration() function