Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/debug/
Dstats.cc89 stats->histograms[grpc_stats_histo_start[histogram] + i]); in grpc_stats_histo_count()
137 stats->histograms + grpc_stats_histo_start[histogram], in grpc_stats_histo_percentile()
161 data->histograms[grpc_stats_histo_start[i] + j]); in grpc_stats_data_as_json()
Dstats_data.cc666 const int grpc_stats_histo_start[13] = {0, 64, 192, 256, 320, 384, 448, variable
Dstats_data.h551 extern const int grpc_stats_histo_start[13];
/external/grpc-grpc/src/cpp/util/
Dcore_stats.cc43 b->set_count(core.histograms[grpc_stats_histo_start[i] + j]); in CoreStatsToProto()
80 core->histograms[grpc_stats_histo_start[i] + j] = in ProtoToCoreStats()
/external/grpc-grpc/test/core/debug/
Dstats_test.cc102 .histograms[grpc_stats_histo_start[kHistogram] + expected_bucket], in TEST_P()