GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>
#include "src/core/lib/debug/stats.h"
#include "src/core/lib/debug/stats_data.h"
#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/iomgr/exec_ctx.h"
Functions | |
void | grpc_stats_inc_call_initial_size (int value) |
void | grpc_stats_inc_poll_events_returned (int value) |
void | grpc_stats_inc_tcp_write_size (int value) |
void | grpc_stats_inc_tcp_write_iov_size (int value) |
void | grpc_stats_inc_tcp_read_size (int value) |
void | grpc_stats_inc_tcp_read_offer (int value) |
void | grpc_stats_inc_tcp_read_offer_iov_size (int value) |
void | grpc_stats_inc_http2_send_message_size (int value) |
void | grpc_stats_inc_http2_send_initial_metadata_per_write (int value) |
void | grpc_stats_inc_http2_send_message_per_write (int value) |
void | grpc_stats_inc_http2_send_trailing_metadata_per_write (int value) |
void | grpc_stats_inc_http2_send_flowctl_per_write (int value) |
void | grpc_stats_inc_server_cqs_checked (int value) |
Variables | |
const char * | grpc_stats_counter_name [GRPC_STATS_COUNTER_COUNT] |
const char * | grpc_stats_counter_doc [GRPC_STATS_COUNTER_COUNT] |
const char * | grpc_stats_histogram_name [GRPC_STATS_HISTOGRAM_COUNT] |
const char * | grpc_stats_histogram_doc [GRPC_STATS_HISTOGRAM_COUNT] |
const int | grpc_stats_table_0 [65] |
const uint8_t | grpc_stats_table_1 [124] |
const int | grpc_stats_table_2 [129] |
const uint8_t | grpc_stats_table_3 [166] |
const int | grpc_stats_table_4 [65] |
const uint8_t | grpc_stats_table_5 [87] |
const int | grpc_stats_table_6 [65] |
const uint8_t | grpc_stats_table_7 [102] |
const int | grpc_stats_table_8 [9] = {0, 1, 2, 4, 7, 13, 23, 39, 64} |
const uint8_t | grpc_stats_table_9 [9] = {0, 0, 1, 2, 2, 3, 4, 4, 5} |
const int | grpc_stats_histo_buckets [13] |
const int | grpc_stats_histo_start [13] |
const int *const | grpc_stats_histo_bucket_boundaries [13] |
void(*const | grpc_stats_inc_histogram [13])(int x) |
void grpc_stats_inc_call_initial_size | ( | int | value | ) |
void grpc_stats_inc_http2_send_flowctl_per_write | ( | int | value | ) |
void grpc_stats_inc_http2_send_initial_metadata_per_write | ( | int | value | ) |
void grpc_stats_inc_http2_send_message_per_write | ( | int | value | ) |
void grpc_stats_inc_http2_send_message_size | ( | int | value | ) |
void grpc_stats_inc_http2_send_trailing_metadata_per_write | ( | int | value | ) |
void grpc_stats_inc_poll_events_returned | ( | int | value | ) |
void grpc_stats_inc_server_cqs_checked | ( | int | value | ) |
void grpc_stats_inc_tcp_read_offer | ( | int | value | ) |
void grpc_stats_inc_tcp_read_offer_iov_size | ( | int | value | ) |
void grpc_stats_inc_tcp_read_size | ( | int | value | ) |
void grpc_stats_inc_tcp_write_iov_size | ( | int | value | ) |
void grpc_stats_inc_tcp_write_size | ( | int | value | ) |
const char* grpc_stats_counter_doc[GRPC_STATS_COUNTER_COUNT] |
const char* grpc_stats_counter_name[GRPC_STATS_COUNTER_COUNT] |
const int* const grpc_stats_histo_bucket_boundaries[13] |
const int grpc_stats_histo_buckets[13] |
const int grpc_stats_histo_start[13] |
const char* grpc_stats_histogram_doc[GRPC_STATS_HISTOGRAM_COUNT] |
const char* grpc_stats_histogram_name[GRPC_STATS_HISTOGRAM_COUNT] |
void(*const grpc_stats_inc_histogram[13])(int x) |
const int grpc_stats_table_0[65] |
const uint8_t grpc_stats_table_1[124] |
const int grpc_stats_table_2[129] |
const uint8_t grpc_stats_table_3[166] |
const int grpc_stats_table_4[65] |
const uint8_t grpc_stats_table_5[87] |
const int grpc_stats_table_6[65] |
const uint8_t grpc_stats_table_7[102] |
const int grpc_stats_table_8[9] = {0, 1, 2, 4, 7, 13, 23, 39, 64} |
const uint8_t grpc_stats_table_9[9] = {0, 0, 1, 2, 2, 3, 4, 4, 5} |