Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/memory_usage/
Dserver.cc185 grpc_memory_counters_snapshot(); in main()
203 grpc_memory_counters_snapshot(); in main()
264 current_snapshot = grpc_memory_counters_snapshot(); in main()
269 current_snapshot = grpc_memory_counters_snapshot(); in main()
Dclient.cc220 grpc_memory_counters_snapshot(); in main()
245 grpc_memory_counters_snapshot(); in main()
253 grpc_memory_counters_snapshot(); in main()
276 grpc_memory_counters_snapshot(); in main()
/external/grpc-grpc/test/core/util/
Dmemory_counters.h33 struct grpc_memory_counters grpc_memory_counters_snapshot();
Dmemory_counters.cc97 struct grpc_memory_counters grpc_memory_counters_snapshot() { in grpc_memory_counters_snapshot() function
/external/grpc-grpc/test/core/json/
Dfuzzer.cc43 counters = grpc_memory_counters_snapshot(); in LLVMFuzzerTestOneInput()
/external/grpc-grpc/test/core/slice/
Dpercent_decode_fuzzer.cc49 counters = grpc_memory_counters_snapshot(); in LLVMFuzzerTestOneInput()
Dpercent_encode_fuzzer.cc52 counters = grpc_memory_counters_snapshot(); in test()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dhelpers.h82 grpc_memory_counters counters_at_start_ = grpc_memory_counters_snapshot();
Dhelpers.cc59 grpc_memory_counters counters_at_end = grpc_memory_counters_snapshot(); in AddToLabel()
/external/grpc-grpc/test/core/security/
Dalts_credentials_fuzzer.cc115 counters = grpc_memory_counters_snapshot(); in LLVMFuzzerTestOneInput()
Dssl_server_fuzzer.cc124 counters = grpc_memory_counters_snapshot(); in LLVMFuzzerTestOneInput()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dserver_fuzzer.cc140 counters = grpc_memory_counters_snapshot(); in LLVMFuzzerTestOneInput()
Dclient_fuzzer.cc164 counters = grpc_memory_counters_snapshot(); in LLVMFuzzerTestOneInput()