Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/debug/
Dstats_data.cc374 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 …]
Dstats.h60 int grpc_stats_histo_find_bucket_slow(int value, const int* table,
Dstats.cc67 int grpc_stats_histo_find_bucket_slow(int value, const int* table, in grpc_stats_histo_find_bucket_slow() function