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