CMU462 Library  1.0
15-462/15-662: Computer Graphics (Fall 2015)
Public Member Functions | List of all members
CMU462::Timer Class Reference

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.
 

Detailed Description

A basic timer class.


The documentation for this class was generated from the following file: