Dont track allocations if we are not going to use them

pull/10110/head
Craig Tiller 8 years ago
parent 1672b7e715
commit a08b11f33a
  1. 2
      test/cpp/microbenchmarks/helpers.h

@ -55,7 +55,9 @@ class Library {
private:
Library() {
#ifdef GPR_LOW_LEVEL_COUNTERS
grpc_memory_counters_init();
#endif
init_lib_.init();
rq_ = grpc_resource_quota_create("bm");
}

Loading…
Cancel
Save