|
MFEM
v3.4
Finite element discretization library
|
Timing object. More...
#include <tic_toc.hpp>
Public Member Functions | |
| StopWatch () | |
| void | Clear () |
| void | Start () |
| void | Stop () |
| double | Resolution () |
| double | RealTime () |
| double | UserTime () |
| double | SystTime () |
| ~StopWatch () | |
Timing object.
Definition at line 34 of file tic_toc.hpp.
| mfem::StopWatch::StopWatch | ( | ) |
Definition at line 401 of file tic_toc.cpp.
| mfem::StopWatch::~StopWatch | ( | ) |
Definition at line 441 of file tic_toc.cpp.
| void mfem::StopWatch::Clear | ( | ) |
Definition at line 406 of file tic_toc.cpp.
| double mfem::StopWatch::RealTime | ( | ) |
Definition at line 426 of file tic_toc.cpp.
| double mfem::StopWatch::Resolution | ( | ) |
Definition at line 421 of file tic_toc.cpp.
| void mfem::StopWatch::Start | ( | ) |
Definition at line 411 of file tic_toc.cpp.
| void mfem::StopWatch::Stop | ( | ) |
Definition at line 416 of file tic_toc.cpp.
| double mfem::StopWatch::SystTime | ( | ) |
Definition at line 436 of file tic_toc.cpp.
| double mfem::StopWatch::UserTime | ( | ) |
Definition at line 431 of file tic_toc.cpp.
1.8.5