Searched refs:grpc_stats_histo_find_bucket_slow (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/lib/debug/ |
D | stats_data.cc | 374 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_0, 64)); in grpc_stats_inc_call_initial_size() 397 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_2, 128)); in grpc_stats_inc_poll_events_returned() 420 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_tcp_write_size() 443 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_6, 64)); in grpc_stats_inc_tcp_write_iov_size() 466 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_tcp_read_size() 489 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_tcp_read_offer() 514 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_6, 64)); in grpc_stats_inc_tcp_read_offer_iov_size() 539 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_http2_send_message_size() 564 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_6, 64)); in grpc_stats_inc_http2_send_initial_metadata_per_write() 589 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_6, 64)); in grpc_stats_inc_http2_send_message_per_write() [all …]
|
D | stats.h | 60 int grpc_stats_histo_find_bucket_slow(int value, const int* table,
|
D | stats.cc | 67 int grpc_stats_histo_find_bucket_slow(int value, const int* table, in grpc_stats_histo_find_bucket_slow() function
|