Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/libplatform/tracing/
Dtracing-controller.cc112 int64_t TracingController::CurrentCpuTimestampMicroseconds() { in CurrentCpuTimestampMicroseconds() function in v8::platform::tracing::TracingController
137 int64_t cpu_now_us = CurrentCpuTimestampMicroseconds(); in AddTraceEventWithTimestamp()
158 int64_t cpu_now_us = CurrentCpuTimestampMicroseconds(); in UpdateTraceEventDuration()
/third_party/node/src/tracing/
Dagent.cc244 CurrentCpuTimestampMicroseconds()); in AddMetadataEvent()
/third_party/node/deps/v8/include/libplatform/
Dv8-tracing.h298 virtual int64_t CurrentCpuTimestampMicroseconds(); in V8_PLATFORM_NON_EXPORTED_BASE()