This graph shows which files directly or indirectly include this file:

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. | |
Definition in file timing.h.
|
|
Timinig function, similar to MATLAB's tic. Initializes the timer (for realtime simulation) Definition at line 15 of file timing_PC.cpp. References offset. Referenced by mexFunction(). |
|
|
Timing function, similar to MATLAB's toc.
Returns the time elapsed in seconds since the last call of tic()
Definition at line 20 of file timing_PC.cpp. Referenced by mexFunction(). |
1.4.6-NO