Home
last modified time | relevance | path

Searched refs:QpsGauge (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/cpp/util/
Dmetrics_server.cc31 QpsGauge::QpsGauge() in QpsGauge() function in grpc::testing::QpsGauge
34 void QpsGauge::Reset() { in Reset()
40 void QpsGauge::Incr() { in Incr()
45 long QpsGauge::Get() { in Get()
83 std::shared_ptr<QpsGauge> MetricsServiceImpl::CreateQpsGauge( in CreateQpsGauge()
87 std::shared_ptr<QpsGauge> qps_gauge(new QpsGauge()); in CreateQpsGauge()
Dmetrics_server.h53 class QpsGauge {
55 QpsGauge();
85 std::shared_ptr<QpsGauge> CreateQpsGauge(const std::string& name,
91 std::map<string, std::shared_ptr<QpsGauge>> qps_gauges_;
/third_party/grpc/src/ruby/stress/
Dstress_client.rb23 class QpsGauge < Gauge class
67 qps_gauge = QpsGauge.new
/third_party/grpc/test/cpp/interop/
Dstress_interop_client.h101 void MainLoop(const std::shared_ptr<QpsGauge>& qps_gauge);
Dstress_interop_client.cc84 const std::shared_ptr<QpsGauge>& qps_gauge) { in MainLoop()