Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py105 g_plot = common_all_gnuplot_settings(output_png)
106 g_plot('set yrange [0:40]')
107 g_plot('set y2range [0:200]')
108 g_plot('set y2tics 0, 10')
109g_plot('set title "{} : cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu…
111 g_plot('set xlabel "Samples"')
112 g_plot('set ylabel "P-State"')
113 g_plot('set y2label "Scaled Busy/performance/io-busy(%)"')
114 set_4_plot_linestyles(g_plot)
115g_plot('plot "' + file_name + '" using {:d}:{:d} with linespoints linestyle 1 axis x1y2 title "per…
[all …]