MFEM  v3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::StopWatch Class Reference

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 ()
 

Detailed Description

Timing object.

Definition at line 34 of file tic_toc.hpp.

Constructor & Destructor Documentation

mfem::StopWatch::StopWatch ( )

Definition at line 284 of file tic_toc.cpp.

mfem::StopWatch::~StopWatch ( )

Definition at line 324 of file tic_toc.cpp.

Member Function Documentation

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.


The documentation for this class was generated from the following files: