HomeSort by relevance Sort by last modified time
    Searched refs:tir_label (Results 1 - 25 of 29) 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...]
merge_values_unittest.py 37 tir_label='foo')
118 page0, 'foo-x', 'units', 1, tir_label='foo',
121 page0, 'foo-x', 'units', 4, tir_label='foo',
126 self.assertEquals('foo', merged_values[0].tir_label)
131 all_values = [scalar.ScalarValue(page0, 'x', 'units', 1, tir_label='foo'),
132 scalar.ScalarValue(page0, 'x', 'units', 4, tir_label='bar')]
136 self.assertEquals('foo', merged_values[0].tir_label)
137 self.assertEquals('bar', merged_values[1].tir_label)
213 v0 = scalar.ScalarValue(page0, 'x', 'units', 1, tir_label='foo')
214 v1 = scalar.ScalarValue(page0, 'y', 'units', 30, tir_label='bar'
    [all...]
__init__.py 40 tir_label, grouping_keys):
54 tir_label: The string label of the TimelineInteractionRecord with
67 if not ((tir_label is None) or
68 isinstance(tir_label, basestring)):
69 raise ValueError('tir_label field of Value must absent or '
82 self.tir_label = tir_label
209 if self.tir_label:
210 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=value_module.MergedTirLabel(values),
summarizable.py 11 def __init__(self, page, name, units, important, description, tir_label,
15 page, name, units, important, description, tir_label, grouping_keys)
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,
125 tir_label=value_module.MergedTirLabel(values),
failure.py 13 def __init__(self, page, exc_info, description=None, tir_label=None,
24 tir_label, grouping_keys)
list_of_scalar_values.py 75 tir_label=None, none_value_reason=None,
78 description, tir_label,
111 'important=%s, description=%s, tir_label=%s, std=%s, '
119 self.tir_label,
205 tir_label=value_module.MergedTirLabel(values),
merge_values.py 24 # We use the name and tir_label because even in the TBMv2 case, right now
27 # tir_label.
28 return value.name, value.tir_label
68 This function will group values with the same name and tir_label together:
histogram_unittest.py 35 important=True, description='desc', tir_label='my_ir',
39 '1}]}, important=True, description=desc, tir_label=my_ir, '
  /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...]
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,
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/
output_formatter.py 57 twice, once by name and tir_label (default) and again by name only. But for
65 # and tir_label.
69 if any(v.tir_label for v in page_specific_values):
chart_json_output_formatter.py 49 # value has tir_label, we preserve the chart_name.
52 if value.tir_label and not isinstance(value, trace.TraceValue):
53 chart_name = value.tir_label + '@@' + chart_name
page_test_results.py 311 # We sort by key name to make building the tir_label deterministic.
313 if value.tir_label:
314 assert value.tir_label == story_keys_label, (
315 'Value has an explicit tir_label (%s) that does not match the '
316 'one computed from story_keys (%s)' % (value.tir_label, story_keys))
318 value.tir_label = story_keys_label
381 def FindAllPageSpecificValuesFromIRNamed(self, tir_label, value_name):
383 and v.tir_label == tir_label)
chart_json_output_formatter_unittest.py 101 tir_label='MyIR')
104 tir_label='MyIR')
205 v.tir_label = 'background'
legacy_html_output_formatter_unittest.py 212 test_story_set.stories[1], 'b', 'seconds', 20, tir_label='foo'))
page_test_results_unittest.py 113 self.assertEquals(v.tir_label, '42_bar')
123 tir_label='42_bar'))
132 self.assertEquals(v.tir_label, '42_bar')
143 tir_label='another_label'))
302 self.pages[0], 'a', 'seconds', 3, tir_label='foo',
306 self.pages[0], 'a', 'seconds', 3, tir_label='bar',
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/
timeline_based_measurement.py 71 def SetTirLabel(self, tir_label):
72 self._tir_label = tir_label
85 if value.tir_label:
86 assert value.tir_label == self._tir_label
88 value.tir_label = self._tir_label

Completed in 246 milliseconds

1 2