#include <memory>
#include <benchmark/benchmark.h>
#include <grpcpp/impl/grpc_library.h>
#include <grpcpp/support/byte_buffer.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_ByteBuffer_Copy) -> Ranges( | |
grpc::testing::BENCHMARK (BM_ByteBufferReader_Next) -> Ranges( | |
grpc::testing::BENCHMARK (BM_ByteBufferReader_Peek) -> Ranges( | |
static void | grpc::testing::BM_ByteBuffer_Copy (benchmark::State &state) |
static void | grpc::testing::BM_ByteBufferReader_Next (benchmark::State &state) |
static void | grpc::testing::BM_ByteBufferReader_Peek (benchmark::State &state) |
int | main (int argc, char **argv) |
void | benchmark::RunTheBenchmarksNamespaced () |
Definition at line 127 of file bm_byte_buffer.cc.