Home
last modified time | relevance | path

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

/external/v8/src/logging/
Dcounters.cc333 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
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_resource_exhausted_test.py37 def __init__(self, total_call_count): argument
38 self._total_call_count = total_call_count