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/libchrome/base/trace_event/
trace_event_impl.cc
60
thread_timestamp_
= other.
thread_timestamp_
;
97
thread_timestamp_
= thread_timestamp;
184
// |
thread_timestamp_
| can be empty if the thread ticks clock wasn't
186
if (
thread_timestamp_
!= ThreadTicks())
187
thread_duration_ = thread_now -
thread_timestamp_
;
337
if (!
thread_timestamp_
.is_null()) {
345
if (!
thread_timestamp_
.is_null()) {
346
int64_t thread_time_int64 =
thread_timestamp_
.ToInternalValue();
trace_event_impl.h
133
ThreadTicks thread_timestamp() const { return
thread_timestamp_
; }
160
ThreadTicks
thread_timestamp_
;
member in class:base::trace_event::TraceEvent
Completed in 48 milliseconds