lkml.org 
[lkml]   [2020]   [Mar]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] tools/power/x86/intel_pstate_tracer: fix a broken y-axis scale
Date
A fixed y-axis scale was missed during a change to autoscale.
Correct it.

Fixes: 709bd70d070ee6d775c6e77e40e8444bd5fa123f
"tools/power/x86/intel_pstate_tracer: change several graphs to autoscale y-axis"

Signed-off-by: Doug Smythies <dsmythies@telus.net>
---
tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py | 1 -
1 file changed, 1 deletion(-)

diff --git a/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py b/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py
index 256199c7a182..3c47865bb247 100755
--- a/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py
+++ b/tools/power/x86/intel_pstate_tracer/intel_pstate_tracer.py
@@ -235,7 +235,6 @@ def plot_duration_cpu():
output_png = 'all_cpu_durations.png'
g_plot = common_all_gnuplot_settings(output_png)
# autoscale this one, no set y range
- g_plot('set ytics 0, 500')
g_plot('set ylabel "Timer Duration (MilliSeconds)"')
g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetime.now()))

--
2.25.1
\
 
 \ /
  Last update: 2020-03-26 17:20    [W:0.050 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site