Home
last modified time | relevance | path

Searched refs:CurrentCpuTimestampMicroseconds (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/libplatform/tracing/
Dtracing-controller.cc69 int64_t TracingController::CurrentCpuTimestampMicroseconds() { in CurrentCpuTimestampMicroseconds() function in v8::platform::tracing::TracingController
86 CurrentTimestampMicroseconds(), CurrentCpuTimestampMicroseconds()); in AddTraceEvent()
104 CurrentCpuTimestampMicroseconds()); in AddTraceEventWithTimestamp()
114 CurrentCpuTimestampMicroseconds()); in UpdateTraceEventDuration()
/external/v8/include/libplatform/
Dv8-tracing.h273 virtual int64_t CurrentCpuTimestampMicroseconds(); in V8_PLATFORM_NON_EXPORTED_BASE()