Home
last modified time | relevance | path

Searched refs:data_range (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py50 def create_graph(args, source, data_range): argument
52 sizing_mode='stretch_both', x_range=data_range,
62 graph.xaxis.formatter = FuncTickFormatter(args={'range': data_range, 'graph': graph}, code="""
255 data_range = FactorRange(factors=threads_range, bounds='auto')
264 return source, data_range
284 source, data_range = generate_datasource(args)
286 graph = create_graph(args, source, data_range)