#include "test/cpp/qps/qps_worker.h"#include <memory>#include <mutex>#include <sstream>#include <string>#include <thread>#include <vector>#include "absl/memory/memory.h"#include <grpc/grpc.h>#include <grpc/support/alloc.h>#include <grpc/support/cpu.h>#include <grpc/support/log.h>#include <grpcpp/client_context.h>#include <grpcpp/security/server_credentials.h>#include <grpcpp/server.h>#include <grpcpp/server_builder.h>#include "src/core/lib/gprpp/host_port.h"#include "src/proto/grpc/testing/worker_service.grpc.pb.h"#include "test/core/util/grpc_profiler.h"#include "test/core/util/histogram.h"#include "test/cpp/qps/client.h"#include "test/cpp/qps/qps_server_builder.h"#include "test/cpp/qps/server.h"#include "test/cpp/util/create_test_channel.h"#include "test/cpp/util/test_credentials_provider.h"
Go to the source code of this file.
Classes | |
| class | grpc::testing::WorkerServiceImpl::InstanceGuard |
| class | grpc::testing::ScopedProfile |
| class | grpc::testing::WorkerServiceImpl |
Namespaces | |
| grpc | |
| grpc::testing | |
Functions | |
| static std::unique_ptr< Client > | grpc::testing::CreateClient (const ClientConfig &config) |
| static std::unique_ptr< Server > | grpc::testing::CreateServer (const ServerConfig &config) |