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

  /external/chromium_org/chrome/browser/performance_monitor/
metric.h 45 Metric(MetricType metric_type,
48 Metric(MetricType metric_type,
database.h 168 std::set<std::string> GetActiveActivities(MetricType metric_type,
173 MetricType metric_type);
174 double GetMaxStatsForActivityAndMetric(MetricType metric_type) {
176 metric_type);
182 MetricType metric_type,
185 bool GetRecentStatsForActivityAndMetric(MetricType metric_type,
188 metric_type,
192 // Query given |metric_type| and |activity|.
195 MetricType metric_type,
200 MetricType metric_type, const base::Time& start, const base::Time& end)
    [all...]
metric.cc 72 Metric::Metric(MetricType metric_type,
75 : type(metric_type), time(metric_time), value(metric_value) {
78 Metric::Metric(MetricType metric_type,
80 const std::string& metric_value) : type(metric_type) {
database.cc 310 std::set<std::string> Database::GetActiveActivities(MetricType metric_type,
320 if (split_key.type == metric_type)
337 MetricType metric_type,
341 key_builder_->CreateRecentMapKey(metric_type, activity);
349 *metric = Metric(metric_type,
357 MetricType metric_type,
363 key_builder_->CreateMetricKey(start, metric_type, activity);
365 key_builder_->CreateMetricKey(end, metric_type, activity);
374 Metric metric(metric_type, split_key.time, it->value().ToString());
391 MetricType metric_type,
    [all...]
key_builder.h 39 MetricType metric_type,
key_builder.cc 84 METRIC_TYPE, // The unique identifier for the metric.
101 MetricType metric_type,
103 : time(metric_time), type(metric_type), activity(metric_activity) {
240 DCHECK(split[METRIC_TYPE].size() == 1);
243 static_cast<int>(split[METRIC_TYPE].at(0))],
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui_util.h 31 MetricType metric_type,
47 MetricType metric_type,
59 MetricType metric_type,
70 MetricType metric_type,
81 MetricType metric_type,
performance_monitor_ui_util.cc 39 MetricType metric_type,
59 metric_type,
71 MetricType metric_type,
87 MetricType metric_type,
107 aggregated_series->push_back(Metric(metric_type,
118 MetricType metric_type,
151 aggregated_series->push_back(Metric(metric_type, window_end, average));
performance_monitor_handler.cc 318 for (std::set<MetricType>::const_iterator metric_type = metric_types.begin();
319 metric_type != metric_types.end(); ++metric_type) {
321 GetConversionFactor(*GetUnitDetails(GetUnitForMetricType(*metric_type)),
323 GetCategoryForMetric(*metric_type))));
326 metric_set->SetInteger("metricId", static_cast<int>(*metric_type));
329 db->GetMaxStatsForActivityAndMetric(*metric_type) * conversion_factor);
334 db->GetStatsForActivityAndMetric(*metric_type, start, end);
337 AggregateMetric(*metric_type,
  /external/chromium/chrome/browser/extensions/
extension_metrics_module.cc 102 DictionaryValue* metric_type; local
103 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &metric_type));
110 EXTENSION_FUNCTION_VALIDATE(metric_type->GetString("metricName", &name));
111 EXTENSION_FUNCTION_VALIDATE(metric_type->GetString("type", &type));
112 EXTENSION_FUNCTION_VALIDATE(metric_type->GetInteger("min", &min));
113 EXTENSION_FUNCTION_VALIDATE(metric_type->GetInteger("max", &max));
114 EXTENSION_FUNCTION_VALIDATE(metric_type->GetInteger("buckets", &buckets));
  /external/chromium_org/third_party/libwebp/webp/
encode.h 377 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM
  /external/webp/include/webp/
encode.h 377 int metric_type, // 0 = PSNR, 1 = SSIM, 2 = LSIM

Completed in 174 milliseconds