Home
last modified time | relevance | path

Searched refs:InsertCallMetric (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/cpp/server/load_reporter/
Dload_data_store_test.cc397 v1.InsertCallMetric(kMetric1, CallMetricValue(3, 2773.2)); in TEST_F()
399 v2.InsertCallMetric(kMetric1, CallMetricValue(7, 25.234)); in TEST_F()
400 v2.InsertCallMetric(kMetric2, CallMetricValue(2, 387.08)); in TEST_F()
403 v3.InsertCallMetric(kMetric1, CallMetricValue(61, 3465.0)); in TEST_F()
404 v3.InsertCallMetric(kMetric2, CallMetricValue(13, 672.0)); in TEST_F()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.h167 bool InsertCallMetric(const grpc::string& metric_name, in InsertCallMetric() function