Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/debug/
Dstats_data.cc322 const int grpc_stats_table_4[65] = { variable
413 _bkt.dbl = grpc_stats_table_4[bucket]; in grpc_stats_inc_tcp_write_size()
420 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_tcp_write_size()
459 _bkt.dbl = grpc_stats_table_4[bucket]; in grpc_stats_inc_tcp_read_size()
466 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_tcp_read_size()
482 _bkt.dbl = grpc_stats_table_4[bucket]; in grpc_stats_inc_tcp_read_offer()
489 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_tcp_read_offer()
531 _bkt.dbl = grpc_stats_table_4[bucket]; in grpc_stats_inc_http2_send_message_size()
539 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_http2_send_message_size()
669 grpc_stats_table_0, grpc_stats_table_2, grpc_stats_table_4,
[all …]