Searched refs:States (Results 1 - 1 of 1) sorted by relevance

/gem5/util/plot_dram/
H A DPlotPowerStates.py60 States = ['IDLE', 'ACT', 'REF', 'ACT_PDN', 'PRE_PDN', 'SREF'] variable
200 plotStackedStates(delay, States, 'IDLE', stateTimePlotName(plot_path),
215 ind = np.arange(len(States))
216 l1 = ax.bar(ind, map(lambda x : idleResults[x], States), width)
219 ax.xaxis.set_ticklabels(States)

Completed in 4 milliseconds