From d967c7f0d80894e0b56579416705566e5dcda66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 30 Jan 2016 22:27:09 +0100 Subject: Finish the performance test script. Still needs testing. --- tools/performance_test/performance_test.gnuplot | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/performance_test/performance_test.gnuplot (limited to 'tools/performance_test/performance_test.gnuplot') diff --git a/tools/performance_test/performance_test.gnuplot b/tools/performance_test/performance_test.gnuplot new file mode 100644 index 0000000..900a1d0 --- /dev/null +++ b/tools/performance_test/performance_test.gnuplot @@ -0,0 +1,6 @@ +set style line 1 lc rgb '#0060ad' lt 1 lw 2 pt 7 ps 1.5 +set terminal png size 400,300 enhanced font "Helvetica,10" +set output 'cpu_data.png' +plot 'cpu_data.dat' with linespoints ls 1 +set output 'ram_data.png' +plot 'ram_data.dat' with linespoints ls 1 -- cgit v1.2.3