#include <string>
#include <thread>
#include <benchmark/benchmark.h>
#include "absl/base/call_once.h"
#include "absl/strings/str_cat.h"
#include "opencensus/stats/stats.h"
#include <grpc/grpc.h>
#include <grpcpp/grpcpp.h>
#include <grpcpp/opencensus.h>
#include "src/core/lib/config/core_configuration.h"
#include "src/cpp/ext/filters/census/grpc_plugin.h"
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/core/util/test_config.h"
#include "test/cpp/microbenchmarks/helpers.h"
Go to the source code of this file.
◆ BENCHMARK() [1/2]
◆ BENCHMARK() [2/2]
◆ BM_E2eLatencyCensusDisabled()
◆ BM_E2eLatencyCensusEnabled()
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ RegisterOnce()
◆ once