#include <benchmark/benchmark.h>
#include <grpc/grpc.h>
#include <grpcpp/alarm.h>
#include <grpcpp/completion_queue.h>
#include <grpcpp/impl/grpc_library.h>
#include "test/core/util/test_config.h"
#include "test/cpp/microbenchmarks/helpers.h"
#include "test/cpp/util/test_config.h"
Go to the source code of this file.
Namespaces | |
benchmark | |
grpc | |
grpc::testing | |
Functions | |
grpc::testing::BENCHMARK (BM_Alarm_Tag_Immediate) | |
static void | grpc::testing::BM_Alarm_Tag_Immediate (benchmark::State &state) |
int | main (int argc, char **argv) |
void | benchmark::RunTheBenchmarksNamespaced () |
Definition at line 59 of file bm_alarm.cc.