Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/debug/
Dstats_test.cc72 if (j >= grpc_stats_histo_bucket_boundaries[i][grpc_stats_histo_buckets[i]]) { in FindExpectedBucket()
73 return grpc_stats_histo_buckets[i] - 1; in FindExpectedBucket()
77 grpc_stats_histo_buckets[i], in FindExpectedBucket()
112 [grpc_stats_histo_buckets[kHistogram] - in TEST_P()
/external/grpc-grpc/src/core/lib/debug/
Dstats.cc87 for (int i = 0; i < grpc_stats_histo_buckets[histogram]; i++) { in grpc_stats_histo_count()
139 grpc_stats_histo_buckets[histogram], in grpc_stats_histo_percentile()
159 for (int j = 0; j < grpc_stats_histo_buckets[i]; j++) { in grpc_stats_data_as_json()
166 for (int j = 0; j < grpc_stats_histo_buckets[i]; j++) { in grpc_stats_data_as_json()
Dstats_data.cc664 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];
/external/grpc-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()