Audacity 3.2.0
|
RAII wrapper used to measure a section time. More...
#include <FrameStatistics.h>
Public Member Functions | |
~Stopwatch () noexcept | |
Private Member Functions | |
Stopwatch (SectionID section) noexcept | |
Private Attributes | |
SectionID | mSection |
Timepoint | mStart |
Friends | |
class | FrameStatistics |
RAII wrapper used to measure a section time.
Definition at line 56 of file FrameStatistics.h.
|
noexcept |
Definition at line 26 of file FrameStatistics.cpp.
References FrameStatistics::AddEvent(), anonymous_namespace{FrameStatistics.cpp}::GetInstance(), mSection, and mStart.
|
explicitprivatenoexcept |
Definition at line 31 of file FrameStatistics.cpp.
|
friend |
Definition at line 66 of file FrameStatistics.h.
|
private |
Definition at line 63 of file FrameStatistics.h.
Referenced by ~Stopwatch().
|
private |
Definition at line 64 of file FrameStatistics.h.
Referenced by ~Stopwatch().