Go to the source code of this file.
Macros | |
#define | TIME(timevar, what) do { tic (); what; timevar = toc(); } while (0) |
Functions | |
void | tic (void) |
double | toc (void) |
void tic | ( | void | ) |
Start timing.
double toc | ( | void | ) |
Return seconds since last tic.