|
CMU462 Library
1.0
15-462/15-662: Computer Graphics (Fall 2015)
|
A basic timer class. More...
#include <timer.h>
Public Member Functions | |
| void | start () |
| Starts the timer. | |
| void | stop () |
| Stops the timer. | |
| double | duration () |
| Return duration between the last call to start and last call to stop. | |
A basic timer class.
1.8.9.1