OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_duration_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/debug/
trace_event_impl.h
140
TimeDelta thread_duration() const { return
thread_duration_
; }
165
TimeDelta
thread_duration_
;
member in class:base::debug::TraceEvent
trace_event_impl.cc
624
thread_duration_
= thread_now - thread_timestamp_;
728
int64 thread_duration =
thread_duration_
.ToInternalValue();
[
all
...]
Completed in 297 milliseconds