Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/memory_usage/
Dclient.cc113 static struct grpc_memory_counters send_snapshot_request(int call_idx, in send_snapshot_request()
156 struct grpc_memory_counters snapshot; in send_snapshot_request()
158 (reinterpret_cast<struct grpc_memory_counters*> GRPC_SLICE_START_PTR( in send_snapshot_request()
162 (reinterpret_cast<struct grpc_memory_counters*> GRPC_SLICE_START_PTR( in send_snapshot_request()
166 (reinterpret_cast<struct grpc_memory_counters*> GRPC_SLICE_START_PTR( in send_snapshot_request()
170 (reinterpret_cast<struct grpc_memory_counters*> GRPC_SLICE_START_PTR( in send_snapshot_request()
219 struct grpc_memory_counters client_channel_start = in main()
225 struct grpc_memory_counters before_server_create = send_snapshot_request( in main()
227 struct grpc_memory_counters after_server_create = send_snapshot_request( in main()
240 struct grpc_memory_counters server_benchmark_calls_start = in main()
[all …]
Dserver.cc109 static void send_snapshot(void* tag, struct grpc_memory_counters* snapshot) { in send_snapshot()
184 struct grpc_memory_counters before_server_create = in main()
202 struct grpc_memory_counters after_server_create = in main()
216 struct grpc_memory_counters current_snapshot; in main()
/external/grpc-grpc/test/core/util/
Dmemory_counters.h24 struct grpc_memory_counters { struct
33 struct grpc_memory_counters grpc_memory_counters_snapshot(); argument
Dmemory_counters.cc27 static struct grpc_memory_counters g_memory_counters;
97 struct grpc_memory_counters grpc_memory_counters_snapshot() { in grpc_memory_counters_snapshot()
98 struct grpc_memory_counters counters; in grpc_memory_counters_snapshot()
/external/grpc-grpc/test/core/json/
Dfuzzer.cc34 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput()
/external/grpc-grpc/test/core/slice/
Dpercent_decode_fuzzer.cc34 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput()
Dpercent_encode_fuzzer.cc34 struct grpc_memory_counters counters; 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.cc69 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput()
Dssl_server_fuzzer.cc54 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dserver_fuzzer.cc40 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput()
Dclient_fuzzer.cc43 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput()