Searched refs:grpc_stats_histo_find_bucket_slow (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/core/lib/debug/ |
D | stats_data.cc | 375 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_0, 64)); in grpc_stats_inc_call_initial_size() 398 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_2, 128)); in grpc_stats_inc_poll_events_returned() 421 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_tcp_write_size() 444 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_6, 64)); in grpc_stats_inc_tcp_write_iov_size() 467 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_tcp_read_size() 490 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_tcp_read_offer() 515 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_6, 64)); in grpc_stats_inc_tcp_read_offer_iov_size() 540 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_4, 64)); in grpc_stats_inc_http2_send_message_size() 565 grpc_stats_histo_find_bucket_slow(value, grpc_stats_table_6, 64)); in grpc_stats_inc_http2_send_initial_metadata_per_write() 590 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 | 62 int grpc_stats_histo_find_bucket_slow(int value, const int* table,
|
D | stats.cc | 72 int grpc_stats_histo_find_bucket_slow(int value, const int* table, in grpc_stats_histo_find_bucket_slow() function
|