![]() |
Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
|
This is the complete list of members for dcpp::IProfiler, including all inherited members.
add(i32 id, const nub::wstring &name, const nub::wstring &groupName) | dcpp::IProfiler | inline |
add(const nub::wstring &name, const nub::wstring &groupName) | dcpp::IProfiler | inline |
addGroup(const nub::wstring &name) (defined in dcpp::IProfiler) | dcpp::IProfiler | inlineprotected |
findDataIndex(u32 &result, const nub::wstring &name) const | dcpp::IProfiler | inline |
findGroupIndex(u32 &result, const nub::wstring &name) const | dcpp::IProfiler | inline |
getGroupCount() const | dcpp::IProfiler | inline |
getGroupData(u32 index) const | dcpp::IProfiler | inline |
getProfileDataById(u32 id) | dcpp::IProfiler | inline |
getProfileDataByIndex(u32 index) const | dcpp::IProfiler | inline |
getProfileDataCount() const | dcpp::IProfiler | inline |
IProfiler() | dcpp::IProfiler | inline |
printAll(nub::wstring &result, bool includeOverview=false, bool suppressUncalled=true) const =0 | dcpp::IProfiler | pure virtual |
printGroup(nub::wstring &result, u32 groupIndex, bool suppressUncalled) const =0 | dcpp::IProfiler | pure virtual |
ProfileDatas (defined in dcpp::IProfiler) | dcpp::IProfiler | protected |
ProfileGroups (defined in dcpp::IProfiler) | dcpp::IProfiler | protected |
resetAll() | dcpp::IProfiler | inline |
resetDataById(i32 id) | dcpp::IProfiler | inline |
resetDataByIndex(u32 index) | dcpp::IProfiler | inline |
resetGroup(u32 index) | dcpp::IProfiler | inline |
start(i32 id) | dcpp::IProfiler | inline |
stop(i32 id) | dcpp::IProfiler | inline |
Timer (defined in dcpp::IProfiler) | dcpp::IProfiler | protected |
~IProfiler() (defined in dcpp::IProfiler) | dcpp::IProfiler | inlinevirtual |