Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
Used to store the profile data (and also used for profile group data). More...
#include <nirtcpp/core/engine/IProfiler.hpp>
Public Member Functions | |
bool | operator< (const SProfileData &pd) const |
bool | operator== (const SProfileData &pd) const |
u32 | getGroupIndex () const |
const core::stringw & | getName () const |
u32 | getCallsCounter () const |
Each time profiling for this data is stopped it increases the counter by 1. | |
u32 | getLongestTime () const |
Longest time a profile call for this id took from start until it was stopped again. | |
u32 | getTimeSum () const |
Time spend between start/stop. | |
Friends | |
class | IProfiler |
Used to store the profile data (and also used for profile group data).