Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Dlog.h305 void TickEvent(TickSample* sample, bool overflow);
Dlog.cc1030 LOG(isolate_, TickEvent(&sample, overflow)); in Run()
1724 void Logger::TickEvent(TickSample* sample, bool overflow) { in TickEvent() function in v8::internal::Logger