Home
last modified time | relevance | path

Searched refs:grpc_stats_histo_buckets (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/core/debug/
Dstats_test.cc74 if (j >= grpc_stats_histo_bucket_boundaries[i][grpc_stats_histo_buckets[i]]) { in FindExpectedBucket()
75 return grpc_stats_histo_buckets[i] - 1; in FindExpectedBucket()
79 grpc_stats_histo_buckets[i], in FindExpectedBucket()
114 [grpc_stats_histo_buckets[kHistogram] - in TEST_P()
/third_party/grpc/src/core/lib/debug/
Dstats.cc92 for (int i = 0; i < grpc_stats_histo_buckets[histogram]; i++) { in grpc_stats_histo_count()
144 grpc_stats_histo_buckets[histogram], in grpc_stats_histo_percentile()
157 for (int j = 0; j < grpc_stats_histo_buckets[i]; j++) { in grpc_stats_data_as_json()
164 for (int j = 0; j < grpc_stats_histo_buckets[i]; j++) { in grpc_stats_data_as_json()
Dstats_data.cc665 const int grpc_stats_histo_buckets[13] = {64, 128, 64, 64, 64, 64, 64, variable
Dstats_data.h550 extern const int grpc_stats_histo_buckets[13];
/third_party/grpc/src/cpp/util/
Dcore_stats.cc40 for (int j = 0; j < grpc_stats_histo_buckets[i]; j++) { in CoreStatsToProto()
67 if (grpc_stats_histo_buckets[i] != h.buckets_size()) valid = false; in ProtoToCoreStats()