Searched refs:data_range (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/scripts/purgatorio/ |
D | purgatorio.py | 49 def create_graph(args, source, data_range): argument 51 sizing_mode='stretch_both', x_range=data_range, 61 graph.xaxis.formatter = FuncTickFormatter(args={'range': data_range, 'graph': graph}, code=""" 258 data_range = FactorRange(factors=threads_range, bounds='auto') 267 return source, data_range 289 source, data_range = generate_datasource(args) 291 graph = create_graph(args, source, data_range)
|