IBAMR  IBAMR version 0.19.
Public Member Functions | Protected Attributes | List of all members
SAMRAI::tbox::ScopedTimer Class Reference

#include <tbox/TimerManager.h>

Public Member Functions

 ScopedTimer (Timer *timer)
 
 ~ScopedTimer ()
 

Protected Attributes

Timerd_timer
 

Constructor & Destructor Documentation

◆ ScopedTimer()

SAMRAI::tbox::ScopedTimer::ScopedTimer ( Timer timer)
inline

Constructor. Starts a SAMRAI timer owned by tbox::TimerManager. Does nothing if either SAMRAI is not initialized or if IBAMR was configured without timers enabled.

◆ ~ScopedTimer()

SAMRAI::tbox::ScopedTimer::~ScopedTimer ( )
inline

Destructor. Stops the timer.

Member Data Documentation

◆ d_timer

Timer* SAMRAI::tbox::ScopedTimer::d_timer
protected

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