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