|
AUI Framework
master
Cross-platform base for C++ UI apps
|
Defines beginning and ending of window frame by RAII.
#include <AUI/Performance/APerformanceFrame.h>
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 () |