Skip to content

Commit 2f6bdb0

Browse files
Doug Smythiesrafaeljw
authored andcommitted
tools/power/x86/intel_pstate_tracer: fix a broken y-axis scale
A fixed y-axis scale was missed during a change to autoscale. Correct it. Fixes: 709bd70 ("tools/power/x86/intel_pstate_tracer: change several graphs to autoscale y-axis") Signed-off-by: Doug Smythies <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 16fbf79 commit 2f6bdb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ def plot_duration_cpu():
235235
output_png = 'all_cpu_durations.png'
236236
g_plot = common_all_gnuplot_settings(output_png)
237237
# autoscale this one, no set y range
238-
g_plot('set ytics 0, 500')
239238
g_plot('set ylabel "Timer Duration (MilliSeconds)"')
240239
g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetime.now()))
241240

0 commit comments

Comments
 (0)