set term png
set title "rtai_user_comp"
set output "rtai_user_comp.png"
set xlabel "microseconds"
set ylabel "occurrences"
set logscale x
set logscale y
set xrange [.1 to *]
set yrange [.1 to *]

plot \
".tmp_rtai_user_latency_2048-600-0.hist" with lines \
,".tmp_rtai_user_latency_2048-600-3.hist" with lines \
