HomeSort by relevance Sort by last modified time
    Searched refs:tir_label (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium-trace/catapult/telemetry/telemetry/value/
summarizable_unittest.py 13 tir_label=None, improvement_direction=None, grouping_keys=None)
20 tir_label=None, improvement_direction=None, grouping_keys=None)
28 tir_label=None, improvement_direction='baz', grouping_keys=None)
value_unittest.py 77 tir_label='foo', grouping_keys=None)
79 tir_label='foo', grouping_keys=None)
83 tir_label='foo', grouping_keys=None)
85 tir_label='bar', grouping_keys=None)
92 tir_label=None, grouping_keys=None)
94 tir_label=None, description=None, grouping_keys=None)
98 tir_label=None, grouping_keys=None)
100 tir_label=None, grouping_keys=None)
104 tir_label=None, grouping_keys=None)
106 tir_label=None, grouping_keys=None
    [all...]
scalar.py 15 description=None, tir_label=None,
25 tir_label, improvement_direction,
38 'tir_label=%s, improvement_direction=%s, grouping_keys=%s') % (
45 self.tir_label,
94 return cls._MergeLikeValues(values, v0.page, v0.name, v0.tir_label,
101 return cls._MergeLikeValues(values, None, v0.name, v0.tir_label,
105 def _MergeLikeValues(cls, values, page, name, tir_label, grouping_keys):
115 tir_label=tir_label,
merge_values_unittest.py 37 tir_label='foo', grouping_keys={'soup': 'nuts', 'a': 'b'})
120 page0, 'foo-x', 'units', 1, tir_label='foo',
123 page0, 'foo-x', 'units', 4, tir_label='foo',
128 self.assertEquals('foo', merged_values[0].tir_label)
133 all_values = [scalar.ScalarValue(page0, 'x', 'units', 1, tir_label='foo'),
134 scalar.ScalarValue(page0, 'x', 'units', 4, tir_label='bar')]
138 self.assertEquals('foo', merged_values[0].tir_label)
139 self.assertEquals('bar', merged_values[1].tir_label)
238 v0 = scalar.ScalarValue(page0, 'x', 'units', 1, tir_label='foo')
239 v1 = scalar.ScalarValue(page0, 'y', 'units', 30, tir_label='bar'
    [all...]
__init__.py 46 tir_label, grouping_keys):
60 tir_label: The string label of the TimelineInteractionRecord with
73 if not ((tir_label is None) or
74 isinstance(tir_label, basestring)):
75 raise ValueError('tir_label field of Value must absent or '
88 self.tir_label = tir_label
215 if self.tir_label:
216 d['tir_label'] = self.tir_label
    [all...]
histogram.py 34 description=None, tir_label=None, improvement_direction=None,
37 description, tir_label,
59 'important=%s, description=%s, tir_label=%s, '
66 self.tir_label,
128 important=v0.important, tir_label=v0.tir_label,
list_of_scalar_values.py 74 tir_label=None, none_value_reason=None,
78 description, tir_label,
116 'important=%s, description=%s, tir_label=%s, std=%s, '
125 self.tir_label,
192 return cls._MergeLikeValues(values, v0.page, v0.name, v0.tir_label,
199 return cls._MergeLikeValues(values, None, v0.name, v0.tir_label,
203 def _MergeLikeValues(cls, values, page, name, tir_label, grouping_keys):
224 tir_label=tir_label,
summarizable.py 11 def __init__(self, page, name, units, important, description, tir_label,
15 page, name, units, important, description, tir_label, grouping_keys)
failure.py 13 def __init__(self, page, exc_info, description=None, tir_label=None,
24 tir_label, grouping_keys)
merge_values.py 27 return ((('value_name', value.name), ('ue_stable_id', value.tir_label)) +
68 This function will group values with the same name and tir_label together:
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
webrtc_rendering_timeline.py 61 tir_label=interactions[0].label,
72 tir_label=interactions[0].label,
83 tir_label=interactions[0].label,
98 tir_label=interactions[0].label,
109 tir_label=interactions[0].label,
120 tir_label=interactions[0].label,
131 tir_label=interactions[0].label,
v8_gc_latency.py 109 tir_label=label,
116 tir_label=label))
122 tir_label=label,
131 tir_label=label,
139 tir_label=label))
145 tir_label=label,
152 tir_label=label,
167 tir_label=label,
174 tir_label=label,
182 tir_label=label
    [all...]
responsiveness_metric.py 49 tir_label=interaction_records[0].label,
54 tir_label=interaction_records[0].label,
blob_timeline.py 70 tir_label=interactions[0].label,
79 tir_label=interactions[0].label,
103 tir_label=interactions[0].label,
112 tir_label=interactions[0].label,
v8_execution.py 96 tir_label=label))
102 tir_label=label))
108 tir_label=label))
memory_timeline.py 53 tir_label=interactions[0].label,
61 tir_label=interactions[0].label,
gpu_timeline.py 94 tir_label=interaction_records[0].label,
99 tir_label=interaction_records[0].label,
103 tir_label=interaction_records[0].label,
107 tir_label=interaction_records[0].label,
jitter_timeline.py 46 tir_label=interactions[0].label,
single_event.py 41 tir_label=interactions[0].label,
trace_event_stats.py 118 tir_label=interactions[0].label,
127 tir_label=interactions[0].label,
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
chart_json_output_formatter.py 48 if value.tir_label:
49 chart_name = value.tir_label + '@@' + chart_name
buildbot_output_formatter.py 59 if value.tir_label:
60 buildbot_measurement_name = '%s-%s' % (value.tir_label,
82 if value.tir_label:
83 buildbot_measurement_name = '%s-%s' % (value.tir_label,
85 buildbot_trace_name = '%s-%s' % (value.tir_label,
buildbot_output_formatter_unittest.py 29 tir_label='bar'))
page_test_results.py 234 def FindAllPageSpecificValuesFromIRNamed(self, tir_label, value_name):
236 and v.tir_label == tir_label)
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/
timeline_based_measurement.py 75 def SetTirLabel(self, tir_label):
76 self._tir_label = tir_label
89 if value.tir_label:
90 assert value.tir_label == self._tir_label
95 value.tir_label = self._tir_label

Completed in 3454 milliseconds

1 2