Searched refs:total_call_count (Results 1 – 2 of 2) sorted by relevance
317 if (total_call_count == 0) return; in Print()323 entry.SetTotal(total_time, total_call_count); in Print()327 Entry("Total", total_time, total_call_count).Print(os); in Print()338 total_call_count += counter->count(); in Add()386 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