9a908578f13a0a67e95f69b7c47bb8e35209abc0
[feisty_meow.git] / scripts / testing / test_time_tracker.sh
1 #!/bin/bash
2
3 # tests out the time tracking methods.
4
5 source $FEISTY_MEOW_SCRIPTS/system/time_tracker.sh
6
7 echo testing time tracking...
8 start_time_tracking crungle
9
10 sleep $(($RANDOM / 1000))
11 sleep 2
12
13 end_time_tracking crungle
14
15 echo ...done testing time tracking.
16
17 show_tracked_duration crungle
18