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

  /external/v8/tools/ignition/
bytecode_dispatches_report_test.py 23 counters_matrix, xlabels, ylabels = bdr.build_counters_matrix({
30 self.assertListEqual(xlabels, ['a', 'b', 'c'])
bytecode_dispatches_report.py 138 xlabels = labels
139 ylabels = list(reversed(xlabels))
142 return counters_matrix, xlabels, ylabels
146 counters_matrix, xlabels, ylabels = build_counters_matrix(dispatches_table)
158 ticks=numpy.arange(0.5, len(xlabels)),
162 axis.set_xlim(0, len(xlabels))
163 axis.set_xticklabels(xlabels, rotation="vertical")

Completed in 139 milliseconds