Home
last modified time | relevance | path

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

/external/v8/src/libplatform/tracing/
Dtracing-controller.cc65 int64_t TracingController::CurrentTimestampMicroseconds() { in CurrentTimestampMicroseconds() function in v8::platform::tracing::TracingController
86 CurrentTimestampMicroseconds(), CurrentCpuTimestampMicroseconds()); in AddTraceEvent()
113 trace_object->UpdateDuration(CurrentTimestampMicroseconds(), in UpdateTraceEventDuration()
/external/v8/include/libplatform/
Dv8-tracing.h272 virtual int64_t CurrentTimestampMicroseconds(); in V8_PLATFORM_NON_EXPORTED_BASE()