Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/libplatform/tracing/
Dtracing-controller.cc108 int64_t TracingController::CurrentTimestampMicroseconds() { in CurrentTimestampMicroseconds() function in v8::platform::tracing::TracingController
123 int64_t now_us = CurrentTimestampMicroseconds(); in AddTraceEvent()
157 int64_t now_us = CurrentTimestampMicroseconds(); in UpdateTraceEventDuration()
/third_party/node/src/tracing/
Dagent.h39 int64_t CurrentTimestampMicroseconds() override { in CurrentTimestampMicroseconds() function
Dagent.cc243 CurrentTimestampMicroseconds(), in AddMetadataEvent()
/third_party/node/deps/v8/include/libplatform/
Dv8-tracing.h297 virtual int64_t CurrentTimestampMicroseconds(); in V8_PLATFORM_NON_EXPORTED_BASE()