Searched defs:metric_type (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_metrics_module.cc102 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/chrome/browser/performance_monitor/
H A Dmetric.cc72 Metric::Metric(MetricType metric_type, argument
75 : type(metric_type), time(metric_time), value(metric_value) {
78 Metric::Metric(MetricType metric_type, argument
80 const std::string& metric_value) : type(metric_type) {
H A Ddatabase.h168 std::set<std::string> GetActiveActivities(MetricType metric_type,
173 MetricType metric_type);
174 double GetMaxStatsForActivityAndMetric(MetricType metric_type) { argument
176 metric_type);
182 MetricType metric_type,
185 bool GetRecentStatsForActivityAndMetric(MetricType metric_type, argument
188 metric_type,
192 // Query given |metric_type| and |activity|.
195 MetricType metric_type,
200 MetricType metric_type, cons
199 GetStatsForActivityAndMetric( MetricType metric_type, const base::Time& start, const base::Time& end) argument
205 GetStatsForActivityAndMetric( const std::string& activity, MetricType metric_type) argument
211 GetStatsForActivityAndMetric( MetricType metric_type) argument
222 GetStatsForMetricByActivity(MetricType metric_type) argument
[all...]
H A Dkey_builder.cc101 MetricType metric_type,
103 : time(metric_time), type(metric_type), activity(metric_activity) {
100 MetricKey(const std::string& metric_time, MetricType metric_type, const std::string& metric_activity) argument
H A Ddatabase.cc310 std::set<std::string> Database::GetActiveActivities(MetricType metric_type, argument
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,
336 GetRecentStatsForActivityAndMetric(const std::string& activity, MetricType metric_type, Metric* metric) argument
355 GetStatsForActivityAndMetric( const std::string& activity, MetricType metric_type, const base::Time& start, const base::Time& end) argument
390 GetStatsForMetricByActivity( MetricType metric_type, const base::Time& start, const base::Time& end) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
H A Dperformance_monitor_ui_util.cc39 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));
38 AggregateMetrics( MetricType metric_type, const Database::MetricVector* metrics, const base::Time& start, const std::vector<TimeRange>& intervals, const base::TimeDelta& resolution) argument
70 AggregateInterval( MetricType metric_type, Database::MetricVector::const_iterator* metric, const Database::MetricVector::const_iterator& metric_end, const base::Time& time_start, const base::Time& time_end, const base::TimeDelta& resolution) argument
86 AggregateInterval( MetricType metric_type, Database::MetricVector::const_iterator* metric, const Database::MetricVector::const_iterator& metric_end, const base::Time& time_start, const base::Time& time_end, const base::TimeDelta& resolution) argument
117 AggregateInterval( MetricType metric_type, Database::MetricVector::const_iterator* metric, const Database::MetricVector::const_iterator& metric_end, const base::Time& time_start, const base::Time& time_end, const base::TimeDelta& resolution) argument

Completed in 180 milliseconds