Home
last modified time | relevance | path

Searched refs:Ticker (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/logging/
H A Dlog.h70 class Ticker;
332 std::unique_ptr<Ticker> ticker_;
H A Dlog.cc931 // Ticker used to provide ticks to the profiler and the sliding state
934 class Ticker : public sampler::Sampler { class
936 Ticker(Isolate* isolate, int interval_microseconds) in Ticker() function in v8::internal::Ticker
942 ~Ticker() override {
2038 ticker_ = std::make_unique<Ticker>(isolate, FLAG_prof_sampling_interval); in SetUp()

Completed in 6 milliseconds