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