Home
last modified time | relevance | path

Searched refs:grpc_stats_histo_percentile (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/cpp/microbenchmarks/
Dhelpers.cc53 << grpc_stats_histo_percentile(&stats, (grpc_stats_histograms)i, 50.0) in AddToLabel()
55 << grpc_stats_histo_percentile(&stats, (grpc_stats_histograms)i, 99.0); in AddToLabel()
/external/grpc-grpc/test/cpp/qps/
Dreport.cc112 grpc_stats_histo_percentile( in ReportCoreStats()
114 grpc_stats_histo_percentile( in ReportCoreStats()
116 grpc_stats_histo_percentile( in ReportCoreStats()
/external/grpc-grpc/src/core/lib/debug/
Dstats.h62 double grpc_stats_histo_percentile(const grpc_stats_data* data,
Dstats.cc131 double grpc_stats_histo_percentile(const grpc_stats_data* stats, in grpc_stats_histo_percentile() function