Home
last modified time | relevance | path

Searched refs:RuntimeCallCounter (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.h32 class RuntimeCallCounter final {
34 RuntimeCallCounter() : RuntimeCallCounter(nullptr) {} in RuntimeCallCounter() function in v8::internal::final
35 explicit RuntimeCallCounter(const char* name) in RuntimeCallCounter() function in v8::internal::final
39 void Add(RuntimeCallCounter* other);
59 // timers used for properly measuring the own time of a RuntimeCallCounter.
62 RuntimeCallCounter* counter() { return counter_; } in counter()
63 void set_counter(RuntimeCallCounter* counter) { counter_ = counter; } in set_counter()
70 inline void Start(RuntimeCallCounter* counter, RuntimeCallTimer* parent) { in Start()
123 RuntimeCallCounter* counter
[all...]
H A Druntime-call-stats.cc43 V8_NOINLINE void Add(RuntimeCallCounter* counter) { in Add()
101 void RuntimeCallCounter::Reset() { in Reset()
106 void RuntimeCallCounter::Dump(v8::tracing::TracedValue* value) { in Dump()
113 void RuntimeCallCounter::Add(RuntimeCallCounter* other) { in Add()
157 this->counters_[i] = RuntimeCallCounter(kNames[i]); in RuntimeCallStats()
201 RuntimeCallCounter* counter = GetCounter(counter_id); in Enter()
235 RuntimeCallCounter* counter = GetCounter(counter_id); in CorrectCurrentCounterId()
H A Dlog.cc1716 RuntimeCallCounter* counter = stats->current_counter(); in RuntimeCallTimerEvent()
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.cc399 RuntimeCallCounter* counter = rcs->GetCounter(i); in CreateEntriesForRuntimeCallStats()

Completed in 7 milliseconds