Home
last modified time | relevance | path

Searched refs:grpc_stats_histo_bucket_boundaries (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()
75 return std::upper_bound(grpc_stats_histo_bucket_boundaries[i], in FindExpectedBucket()
76 grpc_stats_histo_bucket_boundaries[i] + in FindExpectedBucket()
79 grpc_stats_histo_bucket_boundaries[i] - 1; in FindExpectedBucket()
111 grpc_stats_histo_bucket_boundaries[kHistogram] in TEST_P()
/external/grpc-grpc/src/cpp/util/
Dcore_stats.cc42 b->set_start(grpc_stats_histo_bucket_boundaries[i][j]); in CoreStatsToProto()
69 if (grpc_stats_histo_bucket_boundaries[i][j] != in ProtoToCoreStats()
/external/grpc-grpc/src/core/lib/debug/
Dstats.cc138 grpc_stats_histo_bucket_boundaries[histogram], in grpc_stats_histo_percentile()
168 grpc_stats_histo_bucket_boundaries[i][j]); in grpc_stats_data_as_json()
Dstats_data.cc668 const int* const grpc_stats_histo_bucket_boundaries[13] = { variable
Dstats_data.h552 extern const int* const grpc_stats_histo_bucket_boundaries[13];