Searched refs:QpsGauge (Results 1 – 5 of 5) sorted by relevance
31 QpsGauge::QpsGauge() in QpsGauge() function in grpc::testing::QpsGauge34 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()
53 class QpsGauge {55 QpsGauge();85 std::shared_ptr<QpsGauge> CreateQpsGauge(const std::string& name,91 std::map<string, std::shared_ptr<QpsGauge>> qps_gauges_;
23 class QpsGauge < Gauge class67 qps_gauge = QpsGauge.new
101 void MainLoop(const std::shared_ptr<QpsGauge>& qps_gauge);
84 const std::shared_ptr<QpsGauge>& qps_gauge) { in MainLoop()