OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_now
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/debug/
trace_event_impl.cc
612
const TimeTicks&
thread_now
) {
615
thread_duration_ =
thread_now
- thread_timestamp_;
1713
TimeTicks
thread_now
= ThreadNow();
local
1922
TimeTicks
thread_now
= ThreadNow();
local
[
all
...]
trace_event_impl.h
125
void UpdateDuration(const TimeTicks& now, const TimeTicks&
thread_now
);
Completed in 39 milliseconds