MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
tic_toc.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::StopWatch
 Timing object. More...
 

Namespaces

namespace  mfem
 

Functions

void mfem::tic ()
 Start the tic_toc timer.
 
double mfem::toc ()
 End timing and return the time from tic() to toc() in seconds.