HomeSort by relevance Sort by last modified time
    Searched refs:InsertCallMetric (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/test/cpp/server/load_reporter/
load_data_store_test.cc 397 v1.InsertCallMetric(kMetric1, CallMetricValue(3, 2773.2));
399 v2.InsertCallMetric(kMetric1, CallMetricValue(7, 25.234));
400 v2.InsertCallMetric(kMetric2, CallMetricValue(2, 387.08));
403 v3.InsertCallMetric(kMetric1, CallMetricValue(61, 3465.0));
404 v3.InsertCallMetric(kMetric2, CallMetricValue(13, 672.0));
  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.h 167 bool InsertCallMetric(const grpc::string& metric_name,

Completed in 112 milliseconds