HomeSort by relevance Sort by last modified time
    Searched full:metric (Results 51 - 75 of 496) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/components/rappor/
rappor_metric_unittest.cc 41 RapporMetric metric("MyRappor", kTestRapporParameters, 0);
43 const ByteVector report = metric.GetReport(
49 RapporMetric metric("MyStatsRappor", kTestStatsRapporParameters, 0);
56 metric.SetBytesForTesting(real_bits);
61 const ByteVector report = metric.GetReport(secret);
rappor_service.cc 185 const RapporMetric* metric = it->second; local
188 ByteVector bytes = metric->GetReport(secret_);
207 << "\" for metric \"" << metric_name
216 RapporMetric* metric = LookUpMetric(metric_name, parameters); local
217 metric->AddSample(sample);
226 RapporMetric* metric = it->second; local
227 DCHECK_EQ(parameters.ToString(), metric->parameters().ToString());
228 return metric;
  /external/dhcpcd/
if-pref.c 67 /* Finally, metric */
68 if (si->metric < ti->metric)
70 if (si->metric > ti->metric)
  /external/tcpdump/
print-igrp.c 48 u_int metric, mtu; local
62 metric = bandwidth + delay;
63 if (metric > 0xffffff)
64 metric = 0xffffff;
69 igr->igr_rel, igr->igr_ld, metric,
  /external/chromium_org/tools/perf/metrics/
memory.py 7 from metrics import Metric
52 class MemoryMetric(Metric):
84 """Start the per-page preparation for this metric.
112 # Optional argument trace_name is not in base class Metric.
154 metric_trace_name: Trace to identify the metric results per test page.
158 metric = 'resident_set_size'
160 metric = 'working_set'
200 AddResult('WorkingSetSize', 'vm_%s_%s_size' % (metric, chart_trace_name),
213 'The Proportional Set Size (PSS) number is a metric the kernel '
226 AddResult('WorkingSetSizePeak', '%s_peak_size' % metric,
    [all...]
iometric.py 7 from metrics import Metric
11 class IOMetric(Metric):
28 # This metric currently only returns summary results, not per-page results.
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
fast_metric_unittest.py 43 def MeasureFakePage(self, metric):
52 metric.AddResults(self._model, self._renderer_thread, interaction_records,
89 metric = fast_metric.FastMetric()
90 results = renderer_thread_helper.MeasureFakePage(metric)
119 metric = fast_metric.FastMetric()
120 results = renderer_thread_helper.MeasureFakePage(metric)
155 metric = fast_metric.FastMetric()
156 results = renderer_thread_helper.MeasureFakePage(metric)
199 metric = fast_metric.FastMetric()
200 results = renderer_thread_helper.MeasureFakePage(metric)
    [all...]
timeline_based_metric.py 8 TimelineBasedMetric to indicate a problem arised when computing the metric.
58 'This metric does not support interaction records with overlapped '
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest_unittest.py 67 metric = PerfTestMetric('Time')
69 self.assertFalse(metric.has_values())
72 metric.append_group([1])
73 self.assertTrue(metric.has_values())
75 self.assertEqual(metric.grouped_iteration_values(), [[1]])
76 self.assertEqual(metric.flattened_iteration_values(), [1])
78 metric.append_group([2])
79 self.assertEqual(metric.grouped_iteration_values(), [[1], [2]])
80 self.assertEqual(metric.flattened_iteration_values(), [1, 2])
84 self.assertEqual(metric.flattened_iteration_values(), [1, 2]
    [all...]
perftest.py 52 def __init__(self, metric, unit=None, iterations=None):
53 # FIXME: Fix runner.js to report correct metric names
55 self._unit = unit or self.metric_to_unit(metric)
56 self._metric = self.time_unit_to_metric(self._unit) if metric == 'Time' else metric
78 def metric_to_unit(metric):
79 assert metric in ('Time', 'Malloc', 'JSHeap')
80 return 'ms' if metric == 'Time' else 'bytes'
131 metric = self._metrics[metric_name]
132 results[metric.name()] = metric.grouped_iteration_values(
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.h 98 // Baseline metric: The dialog was shown.
110 // Baseline metric: The dialog was shown.
250 // Baseline metric: Issued a request to the Wallet server.
293 // Baseline metric: Issued a request to the Wallet server.
313 virtual void LogCreditCardInfoBarMetric(InfoBarMetric metric) const;
316 DeveloperEngagementMetric metric) const;
318 virtual void LogHeuristicTypePrediction(FieldTypeQualityMetric metric,
320 virtual void LogOverallTypePrediction(FieldTypeQualityMetric metric,
322 virtual void LogServerTypePrediction(FieldTypeQualityMetric metric,
325 virtual void LogServerQueryMetric(ServerQueryMetric metric) const
    [all...]
  /external/chromium_org/components/metrics/serialization/
metric_sample.cc 191 bool MetricSample::IsEqual(const MetricSample& metric) {
192 return type_ == metric.type_ && name_ == metric.name_ &&
193 sample_ == metric.sample_ && min_ == metric.min_ &&
194 max_ == metric.max_ && bucket_count_ == metric.bucket_count_;
  /external/chromium_org/base/metrics/
user_metrics.h 31 // with its metric name. Therefore, it will be possible to retrieve the metric
36 // to add the metric to actions.xml, then update the <owner>s and <description>
  /external/chromium_org/chrome/browser/resources/options/
hotword_confirm_dialog.js 28 $('hotword-search-enable')['metric']); // metric
59 Preferences.getInstance().commitPref(this.pref, this.metric);
pref_ui.js 155 * The user metric string.
157 cr.defineProperty(PrefInputElement, 'metric', cr.PropertyKind.ATTR);
194 !this.dialogPref, this.metric);
240 !this.dialogPref, this.metric);
271 !this.dialogPref, this.metric);
274 !this.dialogPref, this.metric);
334 this.metric);
400 !this.dialogPref, this.metric);
404 !this.dialogPref, this.metric);
408 !this.dialogPref, this.metric);
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
profiler.js 10 // /classification/rules.py,results.py), one value per metric (see below).
18 // - A tree (organizational) chart which shows, for a given snapshot and metric,
20 // - A time series (scattered area) chart which shows, for a given metric and a
46 $('#prof-metric').on('change', this.onUiParamsChange_.bind(this));
123 $('#prof-metric').empty();
124 this.metrics_.forEach(function(metric) {
125 $('#prof-metric').append($('<option/>').text(metric));
136 // Triggered whenever any of the UI params (the metric select, the snapshot
138 this.curMetric_ = $('#prof-metric').prop('selectedIndex')
    [all...]
  /external/apache-http/src/org/apache/http/
HttpConnectionMetrics.java 69 * Return the value for the specified metric.
71 *@param metricName the name of the metric to query.
73 *@return the object representing the metric requested,
74 * <code>null</code> if the metric cannot not found.
  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_quit.h 25 // Records the histogram value for the above metric.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
metrics.js 32 * Convert a short metric name to the full format.
34 * @param {string} name Short metric name.
35 * @return {string} Full metric name.
96 * @param {string} name Metric name.
  /external/tcpdump/tests/
babel_auth.out 3 Update/id ::/0 metric 65535 seqno 41391 interval infinity
ospf-gmpls.out 13 Traffic Engineering Metric subTLV (5), length: 4, Metric 63
38 Traffic Engineering Metric subTLV (5), length: 4, Metric 63
63 Traffic Engineering Metric subTLV (5), length: 4, Metric 1
babel1v.out 6 Update/prefix/id 2001:660:3301:8063:218:84ff:fe1a:615d/128 metric 1 seqno 32272 interval 800.0s sub-diversity 6
8 Update 192.168.4.195/32 metric 1 seqno 32272 interval 800.0s sub-diversity 6
9 Update/prefix/id 2001:660:3301:8063:218:f3ff:fea9:914e/128 metric 0 seqno 40149 interval 800.0s sub-diversity empty
10 Update ::/0 metric 196 seqno 40149 interval 800.0s sub-diversity empty
11 Update 192.168.4.25/32 metric 0 seqno 40149 interval 800.0s sub-diversity empty
27 Update/prefix/id 2001:660:3301:8063:218:f3ff:fea9:914e/128 metric 65535 seqno 40149 interval 800.0s
28 Update/prefix 2001:660:3301:8063:218:f3ff:fea9:914e/128 metric 65535 seqno 40149 interval 800.0s
29 Update/prefix 2001:660:3301:8063:218:f3ff:fea9:914e/128 metric 65535 seqno 40149 interval 800.0s
38 Update/prefix/id 2001:660:3301:8063:218:f3ff:fea9:914e/128 metric 65535 seqno 40149 interval 800.0s
47 Update/prefix/id 2001:660:3301:8063:218:f3ff:fea9:914e/128 metric 65535 seqno 40149 interval 800.0
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_common.h 51 // Returns the AutofillMetrics::DIALOG_UI_*_ITEM_ADDED metric corresponding
56 // Returns the AutofillMetrics::DIALOG_UI_*_ITEM_ADDED metric corresponding
  /external/chromium_org/components/signin/core/browser/
signin_metrics.cc 74 void LogSignout(ProfileSignout metric) {
75 UMA_HISTOGRAM_ENUMERATION("Signin.SignoutProfile", metric,
  /external/chromium_org/tools/metrics/histograms/
histograms.xml 266 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
276 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
286 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
    [all...]

Completed in 1007 milliseconds

1 23 4 5 6 7 8 91011>>