Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.cc27 if (total_call_count_ == 0) return; in Print()
33 entry.SetTotal(total_time_, total_call_count_); in Print()
37 Entry("Total", total_time_, total_call_count_).Print(os); in Print()
48 total_call_count_ += counter->count(); in Add()
96 uint64_t total_call_count_ = 0; member in v8::internal::RuntimeCallStatEntries