#include <grpc/support/port_platform.h>
#include "src/core/lib/debug/stats_data.h"
#include <inttypes.h>
#include "src/core/lib/debug/stats.h"
#include "src/core/lib/gpr/useful.h"
Go to the source code of this file.
Variables | |
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} |
void grpc_stats_inc_call_initial_size | ( | int | value | ) |
Definition at line 352 of file stats_data.cc.
void grpc_stats_inc_http2_send_flowctl_per_write | ( | int | value | ) |
Definition at line 615 of file stats_data.cc.
void grpc_stats_inc_http2_send_initial_metadata_per_write | ( | int | value | ) |
Definition at line 540 of file stats_data.cc.
void grpc_stats_inc_http2_send_message_per_write | ( | int | value | ) |
Definition at line 565 of file stats_data.cc.
void grpc_stats_inc_http2_send_message_size | ( | int | value | ) |
Definition at line 515 of file stats_data.cc.
void grpc_stats_inc_http2_send_trailing_metadata_per_write | ( | int | value | ) |
Definition at line 590 of file stats_data.cc.
void grpc_stats_inc_poll_events_returned | ( | int | value | ) |
Definition at line 375 of file stats_data.cc.
void grpc_stats_inc_server_cqs_checked | ( | int | value | ) |
Definition at line 640 of file stats_data.cc.
void grpc_stats_inc_tcp_read_offer | ( | int | value | ) |
Definition at line 467 of file stats_data.cc.
void grpc_stats_inc_tcp_read_offer_iov_size | ( | int | value | ) |
Definition at line 490 of file stats_data.cc.
void grpc_stats_inc_tcp_read_size | ( | int | value | ) |
Definition at line 444 of file stats_data.cc.
void grpc_stats_inc_tcp_write_iov_size | ( | int | value | ) |
Definition at line 421 of file stats_data.cc.
void grpc_stats_inc_tcp_write_size | ( | int | value | ) |
Definition at line 398 of file stats_data.cc.
const char* grpc_stats_counter_doc[GRPC_STATS_COUNTER_COUNT] |
Definition at line 129 of file stats_data.cc.
const char* grpc_stats_counter_name[GRPC_STATS_COUNTER_COUNT] |
Definition at line 30 of file stats_data.cc.
Definition at line 667 of file stats_data.cc.
Definition at line 663 of file stats_data.cc.
Definition at line 665 of file stats_data.cc.
const char* grpc_stats_histogram_doc[GRPC_STATS_HISTOGRAM_COUNT] |
Definition at line 269 of file stats_data.cc.
const char* grpc_stats_histogram_name[GRPC_STATS_HISTOGRAM_COUNT] |
Definition at line 254 of file stats_data.cc.
Definition at line 673 of file stats_data.cc.
Definition at line 285 of file stats_data.cc.
Definition at line 293 of file stats_data.cc.
Definition at line 301 of file stats_data.cc.
Definition at line 311 of file stats_data.cc.
Definition at line 321 of file stats_data.cc.
Definition at line 331 of file stats_data.cc.
Definition at line 337 of file stats_data.cc.
Definition at line 343 of file stats_data.cc.
Definition at line 350 of file stats_data.cc.
Definition at line 351 of file stats_data.cc.