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

  /external/chromium_org/chrome/test/functional/
perf_endure.py 275 units_x='seconds', is_stacked=True)
610 units_x='seconds')
618 units_x='seconds')
625 units_x='seconds')
632 units_x='seconds')
640 units_x='seconds')
647 units_x='seconds')
    [all...]
perf.py 286 units, units_x, is_stacked):
302 measurement. If a list of tuples is given, then the |units_x|
306 units_x: A string representing the units of the x-axis values associated
341 if units_x:
342 new_graph['units_x'] = units_x
359 if units_x:
403 graph_name, units_x=None, is_stacked=False):
425 the |units_x| argument must also be specified.
430 units_x: A string representing the units of the x-axis values associate
    [all...]
  /external/chromium_org/chrome/test/functional/perf/
endure_result_parser.py 131 def OutputPerfData(revision, graph_name, values, units, units_x, dest_dir,
142 units_x: The string description for the x-axis units on the graph. Should
167 if units_x:
168 new_graph['units_x'] = units_x
186 if units_x:
251 def AppendRawPerfData(graph_name, description, value, units, units_x,
258 'units_x': units_x,
314 'units_x': data['units_x']
    [all...]
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/
endure_plotter.js 515 unitsX = graph.units_x;

Completed in 1478 milliseconds