Merge "Updated metric Distribution and Timer utils."

This commit is contained in:
TreeHugger Robot
2021-11-12 05:41:42 +00:00
committed by Android (Google) Code Review
7 changed files with 33 additions and 40 deletions

View File

@@ -266,8 +266,8 @@ class CdmSession {
// instance variables
std::shared_ptr<metrics::SessionMetrics> metrics_;
metrics::CryptoMetrics* crypto_metrics_;
metrics::TimerMetric life_span_;
metrics::TimerMetric license_request_latency_;
metrics::Timer life_span_;
metrics::Timer license_request_latency_;
CdmKeyRequestType key_request_type_;
bool initialized_;

View File

@@ -479,7 +479,7 @@ class CryptoSession {
};
metrics::CryptoMetrics* metrics_;
metrics::TimerMetric life_span_;
metrics::Timer life_span_;
uint32_t system_id_;
bool open_;