Home | History | Annotate | Download | only in performance_monitor

Lines Matching refs:MetricType

30 std::set<MetricType> GetMetricSetForCategory(MetricCategory category) {
31 std::set<MetricType> metric_set;
96 MetricCategory GetCategoryForMetric(MetricType type) {
116 Unit GetUnitForMetricType(MetricType type) {
154 std::set<MetricType> metric_set = GetMetricSetForCategory(category);
155 for (std::set<MetricType>::const_iterator iter = metric_set.begin();
309 const std::set<MetricType>& metric_types,
318 for (std::set<MetricType>::const_iterator metric_type = metric_types.begin();
525 std::set<MetricType> metric_types;
533 static_cast<MetricType>(static_cast<int>(metric_type_double)));