Use a default gnuplot script.
This commit is contained in:
parent
3344f373bd
commit
676a5333c0
|
@ -9,6 +9,11 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -z "$plot_script" ]]
|
||||
then
|
||||
plot_script="profile/gnuplot/memory_time.gpi"
|
||||
fi
|
||||
|
||||
if [[ ! -f "$plot_script" ]]
|
||||
then
|
||||
echo "The gnuplot script ${plot_script} does not exist"
|
||||
|
|
Loading…
Reference in New Issue