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

  /external/grpc-grpc/src/cpp/server/load_reporter/
load_data_store.h 47 double total_metric_value = 0)
48 : num_calls_(num_calls), total_metric_value_(total_metric_value) {}
57 double total_metric_value() const { return total_metric_value_; } function in class:grpc::load_reporter::CallMetricValue
137 double total_metric_value);
load_reporter.cc 328 metric_value.total_metric_value());
482 const double total_metric_value = local
487 metric_name, static_cast<uint64_t>(num_calls), total_metric_value);

Completed in 373 milliseconds