Home
last modified time | relevance | path

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

/third_party/grpc/test/core/util/
Dmemory_counters.cc132 struct grpc_memory_counters grpc_memory_counters_snapshot() { in grpc_memory_counters_snapshot() function
158 struct grpc_memory_counters counters = grpc_memory_counters_snapshot(); in ~LeakDetector()
Dmemory_counters.h33 struct grpc_memory_counters grpc_memory_counters_snapshot();
/third_party/grpc/test/cpp/microbenchmarks/
Dhelpers.h72 grpc_memory_counters counters_at_start_ = grpc_memory_counters_snapshot();
Dhelpers.cc89 grpc_memory_counters counters_at_end = grpc_memory_counters_snapshot(); in AddToLabel()