Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.cc33 entry.SetTotal(total_time_, total_call_count_); in Print()
37 Entry("Total", total_time_, total_call_count_).Print(os); in Print()
47 total_time_ += counter->time(); in Add()
97 base::TimeDelta total_time_; member in v8::internal::RuntimeCallStatEntries