Ardour
9.0-pre0-350-gf17a656217
|
#include <timing.h>
Public Member Functions | |
TimerRAII (TimingStats &ts, bool dbg=false) | |
~TimerRAII () | |
Public Attributes | |
TimingStats & | stats |
Provides an exception (and return path)-safe method to measure a timer interval. The timer is started at scope entry, and updated at scope exit (however that occurs)
|
inline |
TimingStats& PBD::TimerRAII::stats |