OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_timestamp_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/debug/
trace_event_impl.h
140
TimeTicks thread_timestamp() const { return
thread_timestamp_
; }
167
TimeTicks
thread_timestamp_
;
member in class:base::debug::TraceEvent
trace_event_impl.cc
497
thread_timestamp_
= other.
thread_timestamp_
;
530
thread_timestamp_
= thread_timestamp;
615
thread_duration_ = thread_now -
thread_timestamp_
;
707
if (!
thread_timestamp_
.is_null()) {
715
if (!
thread_timestamp_
.is_null()) {
716
int64 thread_time_int64 =
thread_timestamp_
.ToInternalValue();
[
all
...]
Completed in 68 milliseconds