summaryrefslogtreecommitdiff
path: root/tests/chrono_time_test.cpp
AgeCommit message (Collapse)Author
2013-06-11gras: reverted chrono changes w/ 32-bit math fixJosh Blum
The seconds * ticks per second math was 32 bit, because UL follows the system width, we needed long long. * for loop for heartier unit testing * use get_tps rather than duplicate const number
2013-06-11gras: added test for timer stuffJosh Blum