|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#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 |