#include "SDL.h"#include "timing.h"Include dependency graph for timing.cpp:

Go to the source code of this file.
Functions | |
| void | tic () |
| Timinig function, similar to MATLAB's tic. | |
| float | toc () |
| Timing function, similar to MATLAB's toc. | |
Variables | |
| Uint32 | offset |
Definition in file timing.cpp.
| void tic | ( | ) |
Timinig function, similar to MATLAB's tic.
Initializes the timer (for realtime simulation)
Definition at line 15 of file timing.cpp.
References offset.
Referenced by main().
| float toc | ( | ) |
| Uint32 offset |
1.4.7