MFEM
v3.1
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 292 of file tic_toc.cpp.
mfem::StopWatch::~StopWatch | ( | ) |
Definition at line 332 of file tic_toc.cpp.
void mfem::StopWatch::Clear | ( | ) |
Definition at line 297 of file tic_toc.cpp.
double mfem::StopWatch::RealTime | ( | ) |
Definition at line 317 of file tic_toc.cpp.
double mfem::StopWatch::Resolution | ( | ) |
Definition at line 312 of file tic_toc.cpp.
void mfem::StopWatch::Start | ( | ) |
Definition at line 302 of file tic_toc.cpp.
void mfem::StopWatch::Stop | ( | ) |
Definition at line 307 of file tic_toc.cpp.
double mfem::StopWatch::SystTime | ( | ) |
Definition at line 327 of file tic_toc.cpp.
double mfem::StopWatch::UserTime | ( | ) |
Definition at line 322 of file tic_toc.cpp.