Lines Matching refs:timer
55 --log-timer-events -e "$calibration_script" > /dev/null
56 t_1_start=`grep "timer-event-start,\"V8.Execute\"" $calibration_log \
58 t_1_end=`grep "timer-event-end,\"V8.Execute\"" $calibration_log \
60 n_1=`grep "timer-event\|tick" $calibration_log | wc -l`
63 --log-internal-timer-events -e "$calibration_script" > /dev/null
64 t_2_start=`grep "timer-event-start,\"V8.Execute\"" $calibration_log \
66 t_2_end=`grep "timer-event-end,\"V8.Execute\"" $calibration_log \
68 n_2=`grep "timer-event\|tick" $calibration_log | wc -l`
84 -- $@ $options 2>/dev/null > timer-events.plot
88 cat timer-events.plot
90 cat timer-events.plot | gnuplot > timer-events.png
93 rm -f timer-events.plot