Searched refs:total_call_count (Results 1 – 2 of 2) sorted by relevance
333 if (total_call_count == 0) return; in Print()339 entry.SetTotal(total_time, total_call_count); in Print()343 Entry("Total", total_time, total_call_count).Print(os); in Print()354 total_call_count += counter->count(); in Add()402 uint64_t total_call_count = 0; member in v8::internal::RuntimeCallStatEntries
37 def __init__(self, total_call_count): argument38 self._total_call_count = total_call_count