|
MFEM v2.0
|
#include <sys/times.h>

Go to the source code of this file.
Classes | |
| class | StopWatch |
| Timing object. More... | |
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.
1.7.4