GRPC Core
0.11.0.0
|
#include <grpc/support/port_platform.h>
Go to the source code of this file.
Data Structures | |
struct | census_op_id |
Macros | |
#define | CENSUS_MAX_ANNOTATION_LENGTH 200 |
Typedefs | |
typedef struct census_op_id | census_op_id |
typedef struct census_rpc_stats | census_rpc_stats |
Functions | |
void | census_init (void) |
void | census_shutdown (void) |
int | census_add_method_tag (census_op_id op_id, const char *method_name) |
void | census_tracing_print (census_op_id op_id, const char *annotation) |
census_op_id | census_tracing_start_op (void) |
void | census_tracing_end_op (census_op_id op_id) |
#define CENSUS_MAX_ANNOTATION_LENGTH 200 |
typedef struct census_op_id census_op_id |
typedef struct census_rpc_stats census_rpc_stats |
int census_add_method_tag | ( | census_op_id | op_id, |
const char * | method_name | ||
) |
void census_init | ( | void | ) |
void census_shutdown | ( | void | ) |
void census_tracing_end_op | ( | census_op_id | op_id | ) |
void census_tracing_print | ( | census_op_id | op_id, |
const char * | annotation | ||
) |
census_op_id census_tracing_start_op | ( | void | ) |