Searched refs:thread_duration (Results 1 – 2 of 2) sorted by relevance
342 int64_t thread_duration = thread_duration_.ToInternalValue(); in AppendAsJSON() local343 if (thread_duration != -1) in AppendAsJSON()344 StringAppendF(out, ",\"tdur\":%" PRId64, thread_duration); in AppendAsJSON()
134 TimeDelta thread_duration() const { return thread_duration_; } in thread_duration() function