Home
last modified time | relevance | path

Searched refs:CreateQpsGauge (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/cpp/util/
Dmetrics_server.h83 std::shared_ptr<QpsGauge> CreateQpsGauge(const grpc::string& name,
Dmetrics_server.cc83 std::shared_ptr<QpsGauge> MetricsServiceImpl::CreateQpsGauge( in CreateQpsGauge() function in grpc::testing::MetricsServiceImpl
/external/grpc-grpc/test/cpp/interop/
Dstress_test.cc309 metrics_service.CreateQpsGauge(buffer, &is_already_created))); in main()