ryujin 2.1.1 revision f751393c604e228afd3e8516e9e236ec609caae0
Public Member Functions | List of all members
ryujin::Scope Class Reference

#include <source/scope.h>

Public Member Functions

 Scope (std::map< std::string, dealii::Timer > &computing_timer, const std::string &section)
 
 ~Scope ()
 

Detailed Description

A RAII scope for deal.II timer objects.

This class does not perform MPI synchronization in contrast to the deal.II counterpart.

Definition at line 23 of file scope.h.

Constructor & Destructor Documentation

◆ Scope()

ryujin::Scope::Scope ( std::map< std::string, dealii::Timer > &  computing_timer,
const std::string &  section 
)
inline

Constructor. Starts a timer for the selected section.

Definition at line 29 of file scope.h.

◆ ~Scope()

ryujin::Scope::~Scope ( )
inline

Destructor. Stops the timer.

Definition at line 43 of file scope.h.


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