AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Defines beginning and ending of window frame by RAII. More...
Defines beginning and ending of window frame by RAII.
Public Types | |
using | Consumer = std::function< void(APerformanceSection::Datas sections)> |
Public Member Functions | |
void | addSection (APerformanceSection::Data section) |
const APerformanceSection::Datas & | sections () const noexcept |
Public Member Functions inherited from aui::noncopyable | |
noncopyable (const noncopyable &)=delete | |
noncopyable & | operator= (const noncopyable &)=delete |
Static Public Member Functions | |
static APerformanceFrame * | current () |
#include <AUI/Performance/APerformanceFrame.h>