|
MFEM
v3.0
|
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 284 of file tic_toc.cpp.
| mfem::StopWatch::~StopWatch | ( | ) |
Definition at line 324 of file tic_toc.cpp.
| void mfem::StopWatch::Clear | ( | ) |
Definition at line 289 of file tic_toc.cpp.
| double mfem::StopWatch::RealTime | ( | ) |
Definition at line 309 of file tic_toc.cpp.
| double mfem::StopWatch::Resolution | ( | ) |
Definition at line 304 of file tic_toc.cpp.
| void mfem::StopWatch::Start | ( | ) |
Definition at line 294 of file tic_toc.cpp.
| void mfem::StopWatch::Stop | ( | ) |
Definition at line 299 of file tic_toc.cpp.
| double mfem::StopWatch::SystTime | ( | ) |
Definition at line 319 of file tic_toc.cpp.
| double mfem::StopWatch::UserTime | ( | ) |
Definition at line 314 of file tic_toc.cpp.
1.8.5