Ardour
9.0-pre0-350-gf17a656217
|
#include <timing.h>
Public Member Functions | |
WaitTimerRAII (TimingStats &ts) | |
~WaitTimerRAII () | |
Public Attributes | |
TimingStats & | stats |
Reverse semantics from TimerRAII. This starts the timer at scope exit, and then updates it (computes interval) at scope entry. This is designed for use with a callback API like CoreAudio, where we want to time the interval between us being done with our work, and when our callback is next executed.
|
inline |
TimingStats& PBD::WaitTimerRAII::stats |