dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs
femtimer.hh File Reference
#include <stack>
#include <vector>
#include <string>
#include <fstream>
#include <iomanip>
#include <limits>
#include <dune/common/exceptions.hh>
#include <dune/common/timer.hh>
#include <dune/fem/io/parameter.hh>
#include <dune/fem/solver/timeprovider.hh>
#include <dune/fem/storage/singleton.hh>

Go to the source code of this file.

Classes

struct  Dune::Fem::Timer< false >
 
struct  Dune::Fem::Timer< true >
 
class  Dune::ExecutionTimer
 class with a start and stop method for timing parts of a program. More...
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Macros

#define TIMEDEXECUTION(command)    (femTimer.start(),command,femTimer.stop())
 

Typedefs

typedef Fem::Timer< false > Dune::FemTimer
 

Macro Definition Documentation

◆ TIMEDEXECUTION

#define TIMEDEXECUTION (   command)     (femTimer.start(),command,femTimer.stop())