MFEM v2.0
|
Go to the source code of this file.
Functions | |
void | tic () |
Start timing. | |
double | toc () |
End timing. | |
Variables | |
StopWatch | tic_toc |
void tic | ( | ) |
Start timing.
Definition at line 105 of file tic_toc.cpp.
References StopWatch::Clear(), and StopWatch::Start().
double toc | ( | ) |
Definition at line 103 of file tic_toc.cpp.