Home
last modified time | relevance | path

Searched refs:metric_type (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/performance_monitor/
Ddatabase.h168 std::set<std::string> GetActiveActivities(MetricType metric_type,
173 MetricType metric_type);
174 double GetMaxStatsForActivityAndMetric(MetricType metric_type) { in GetMaxStatsForActivityAndMetric() argument
176 metric_type); in GetMaxStatsForActivityAndMetric()
182 MetricType metric_type,
185 bool GetRecentStatsForActivityAndMetric(MetricType metric_type, in GetRecentStatsForActivityAndMetric() argument
188 metric_type, in GetRecentStatsForActivityAndMetric()
195 MetricType metric_type,
200 MetricType metric_type, const base::Time& start, const base::Time& end) { in GetStatsForActivityAndMetric() argument
201 return GetStatsForActivityAndMetric(kProcessChromeAggregate, metric_type, in GetStatsForActivityAndMetric()
[all …]
Dmetric.cc72 Metric::Metric(MetricType metric_type, in Metric() argument
75 : type(metric_type), time(metric_time), value(metric_value) { in Metric()
78 Metric::Metric(MetricType metric_type, in Metric() argument
80 const std::string& metric_value) : type(metric_type) { in Metric()
Dmetric.h45 Metric(MetricType metric_type,
48 Metric(MetricType metric_type,
Ddatabase.cc312 std::set<std::string> Database::GetActiveActivities(MetricType metric_type, in GetActiveActivities() argument
322 if (split_key.type == metric_type) in GetActiveActivities()
339 MetricType metric_type, in GetRecentStatsForActivityAndMetric() argument
343 key_builder_->CreateRecentMapKey(metric_type, activity); in GetRecentStatsForActivityAndMetric()
351 *metric = Metric(metric_type, in GetRecentStatsForActivityAndMetric()
359 MetricType metric_type, in GetStatsForActivityAndMetric() argument
365 key_builder_->CreateMetricKey(start, metric_type, activity); in GetStatsForActivityAndMetric()
367 key_builder_->CreateMetricKey(end, metric_type, activity); in GetStatsForActivityAndMetric()
376 Metric metric(metric_type, split_key.time, it->value().ToString()); in GetStatsForActivityAndMetric()
393 MetricType metric_type, in GetStatsForMetricByActivity() argument
[all …]
Dkey_builder.cc101 MetricType metric_type, in MetricKey() argument
103 : time(metric_time), type(metric_type), activity(metric_activity) { in MetricKey()
Dkey_builder.h39 MetricType metric_type,
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
Dperformance_monitor_ui_util.h31 MetricType metric_type,
47 MetricType metric_type,
59 MetricType metric_type,
70 MetricType metric_type,
81 MetricType metric_type,
Dperformance_monitor_ui_util.cc39 MetricType metric_type, in AggregateMetrics() argument
59 metric_type, in AggregateMetrics()
71 MetricType metric_type, in AggregateInterval() argument
87 MetricType metric_type, in AggregateInterval() argument
107 aggregated_series->push_back(Metric(metric_type, in AggregateInterval()
118 MetricType metric_type, in AggregateInterval() argument
151 aggregated_series->push_back(Metric(metric_type, window_end, average)); in AggregateInterval()
Dperformance_monitor_handler.cc328 for (std::set<MetricType>::const_iterator metric_type = metric_types.begin(); in DoGetMetrics() local
329 metric_type != metric_types.end(); ++metric_type) { in DoGetMetrics()
331 GetConversionFactor(*GetUnitDetails(GetUnitForMetricType(*metric_type)), in DoGetMetrics()
333 GetCategoryForMetric(*metric_type)))); in DoGetMetrics()
336 metric_set->SetInteger("metricId", static_cast<int>(*metric_type)); in DoGetMetrics()
339 db->GetMaxStatsForActivityAndMetric(*metric_type) * conversion_factor); in DoGetMetrics()
344 db->GetStatsForActivityAndMetric(*metric_type, start, end); in DoGetMetrics()
347 AggregateMetric(*metric_type, in DoGetMetrics()
/external/webp/include/webp/
Dencode.h388 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM
/external/chromium_org/third_party/libwebp/webp/
Dencode.h388 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM