![]() |
deal.II version 9.7.1
|
#include <deal.II/base/timer.h>
Helper class to enter/exit sections in TimerOutput be constructing a simple scope-based object. The purpose of this class is explained in the documentation of TimerOutput.
Public Member Functions | |
| Scope (::TimerOutput &timer_, const std::string §ion_name) | |
| ~Scope () | |
| void | stop () |
Private Attributes | |
| ::TimerOutput & | timer |
| const std::string | section_name |
| bool | in |
|
inline |
|
inline |
|
private |
Reference to the TimerOutput object
|
private |
|
private |