Files
simdjson-simdjson/scripts/refreshplot.sh
T
Daniel Lemire 7417d4205b Stacked perf.
2018-12-19 22:37:43 -05:00

8 lines
307 B
Bash
Executable File

#!/bin/bash
[[ "$(command -v gnuplot)" ]] || { echo "gnuplot is not installed" 1>&2 ; exit 1; }
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
gnuplot -e "filename='plots/skylake/parselinuxtable.txt';name='plots/skylake/stackedperf.pdf'" $SCRIPTPATH/stackbar.gnuplot
echo "plots/skylake/stackedperf.pdf"