|
grpc_arg | phony_transport::Arg () |
|
| Arg (64) -> Arg(128) ->Arg(256) ->Arg(512) ->Arg(1024) ->Arg(1536) ->Arg(2048) ->Arg(3072) ->Arg(4096) ->Arg(5120) ->Arg(6144) ->Arg(7168) |
|
| BENCHMARK (BM_IsolatedCall_NoOp) |
|
| BENCHMARK (BM_IsolatedCall_StreamingSend) |
|
| BENCHMARK (BM_IsolatedCall_Unary) |
|
| BENCHMARK (BM_LameChannelCallCreateCore) |
|
| BENCHMARK (BM_LameChannelCallCreateCoreSeparateBatch) |
|
| BENCHMARK (BM_LameChannelCallCreateCpp) |
|
| BENCHMARK_TEMPLATE (BM_CallCreateDestroy, InsecureChannel) |
|
| BENCHMARK_TEMPLATE (BM_CallCreateDestroy, LameChannel) |
|
| BENCHMARK_TEMPLATE (BM_IsolatedFilter, ClientDeadlineFilter, NoOp) |
|
| BENCHMARK_TEMPLATE (BM_IsolatedFilter, ClientDeadlineFilter, SendEmptyMetadata) |
|
| BENCHMARK_TEMPLATE (BM_IsolatedFilter, CompressFilter, NoOp) |
|
| BENCHMARK_TEMPLATE (BM_IsolatedFilter, CompressFilter, SendEmptyMetadata) |
|
| BENCHMARK_TEMPLATE (BM_IsolatedFilter, MessageSizeFilter, NoOp) |
|
| BENCHMARK_TEMPLATE (BM_IsolatedFilter, MessageSizeFilter, SendEmptyMetadata) |
|
| BENCHMARK_TEMPLATE (BM_IsolatedFilter, NoFilter, NoOp) |
|
| BENCHMARK_TEMPLATE (BM_IsolatedFilter, PhonyFilter, NoOp) |
|
| BENCHMARK_TEMPLATE (BM_IsolatedFilter, PhonyFilter, SendEmptyMetadata) |
|
| BENCHMARK_TEMPLATE (BM_IsolatedFilter, ServerDeadlineFilter, NoOp) |
|
| BENCHMARK_TEMPLATE (BM_IsolatedFilter, ServerDeadlineFilter, SendEmptyMetadata) |
|
template<class Fixture > |
static void | BM_CallCreateDestroy (benchmark::State &state) |
|
static void | BM_IsolatedCall_NoOp (benchmark::State &state) |
|
static void | BM_IsolatedCall_StreamingSend (benchmark::State &state) |
|
static void | BM_IsolatedCall_Unary (benchmark::State &state) |
|
template<class Fixture , class TestOp > |
static void | BM_IsolatedFilter (benchmark::State &state) |
|
static void | BM_LameChannelCallCreateCore (benchmark::State &state) |
|
static void | BM_LameChannelCallCreateCoreSeparateBatch (benchmark::State &state) |
|
static void | BM_LameChannelCallCreateCpp (benchmark::State &state) |
|
void | BM_Zalloc (benchmark::State &state) |
|
static grpc_channel * | CreateChannel () |
|
void | phony_transport::Destroy (grpc_transport *) |
|
static void | phony_filter::DestroyCallElem (grpc_call_element *, const grpc_call_final_info *, grpc_closure *) |
|
static void | isolated_call_filter::DestroyCallElem (grpc_call_element *, const grpc_call_final_info *, grpc_closure *then_sched_closure) |
|
void | phony_filter::DestroyChannelElem (grpc_channel_element *) |
|
void | isolated_call_filter::DestroyChannelElem (grpc_channel_element *) |
|
void | phony_transport::DestroyStream (grpc_transport *, grpc_stream *, grpc_closure *) |
|
static void | do_nothing (void *) |
|
static void | DoNothing (void *, grpc_error_handle) |
|
static void | FilterDestroy (void *arg, grpc_error_handle) |
|
void | phony_filter::GetChannelInfo (grpc_channel_element *, const grpc_channel_info *) |
|
void | isolated_call_filter::GetChannelInfo (grpc_channel_element *, const grpc_channel_info *) |
|
grpc_endpoint * | phony_transport::GetEndpoint (grpc_transport *) |
|
static grpc_error_handle | phony_filter::InitCallElem (grpc_call_element *, const grpc_call_element_args *) |
|
static grpc_error_handle | isolated_call_filter::InitCallElem (grpc_call_element *elem, const grpc_call_element_args *args) |
|
grpc_error_handle | phony_filter::InitChannelElem (grpc_channel_element *, grpc_channel_element_args *) |
|
grpc_error_handle | isolated_call_filter::InitChannelElem (grpc_channel_element *, grpc_channel_element_args *) |
|
int | phony_transport::InitStream (grpc_transport *, grpc_stream *, grpc_stream_refcount *, const void *, grpc_core::Arena *) |
|
int | main (int argc, char **argv) |
|
void | phony_transport::PerformOp (grpc_transport *, grpc_transport_op *) |
|
void | phony_transport::PerformStreamOp (grpc_transport *, grpc_stream *, grpc_transport_stream_op_batch *op) |
|
void | benchmark::RunTheBenchmarksNamespaced () |
|
void | phony_transport::SetPollset (grpc_transport *, grpc_stream *, grpc_pollset *) |
|
static void | phony_filter::SetPollsetOrPollsetSet (grpc_call_element *, grpc_polling_entity *) |
|
static void | isolated_call_filter::SetPollsetOrPollsetSet (grpc_call_element *, grpc_polling_entity *) |
|
void | phony_transport::SetPollsetSet (grpc_transport *, grpc_stream *, grpc_pollset_set *) |
|
static void | phony_filter::StartTransportOp (grpc_channel_element *, grpc_transport_op *) |
|
static void | isolated_call_filter::StartTransportOp (grpc_channel_element *, grpc_transport_op *op) |
|
static void | phony_filter::StartTransportStreamOp (grpc_call_element *, grpc_transport_stream_op_batch *) |
|
static void | isolated_call_filter::StartTransportStreamOp (grpc_call_element *elem, grpc_transport_stream_op_batch *op) |
|
static grpc_arg | StringArg (const char *key, const char *value) |
|
static void * | tag (int i) |
|