![]() |
PURE API 0.5
PR00F's Ultimate Rendering Engine full documentation
|
Renderer statistics collected until next ResetStatistics(). More...
Renderer statistics collected until next ResetStatistics().
Definition at line 37 of file PureRendererHWfixedPipe.cpp.
Public Member Functions | |
CurrentStats () | |
void | ResetStatistics () |
void | Conclude (const PFL::timeval &timeDurationStart) |
Public Attributes | |
TPURE_RENDER_HINT | renderHints |
Render hints. | |
TPureUInt | nRenderedFrames |
TPureFloat | fAvgFrameTime |
TPureFloat | fAvgFps |
TPureFloat | fDurationSecs |
PFL::timeval | timeMinFrameTime |
PFL::timeval | timeMaxFrameTime |
PureRendererHWfixedPipeImpl::CurrentStats::CurrentStats | ( | ) |
Definition at line 192 of file PureRendererHWfixedPipe.cpp.
void PureRendererHWfixedPipeImpl::CurrentStats::Conclude | ( | const PFL::timeval & | timeDurationStart | ) |
Definition at line 210 of file PureRendererHWfixedPipe.cpp.
void PureRendererHWfixedPipeImpl::CurrentStats::ResetStatistics | ( | ) |
Definition at line 197 of file PureRendererHWfixedPipe.cpp.
TPureFloat PureRendererHWfixedPipeImpl::CurrentStats::fAvgFps |
Definition at line 42 of file PureRendererHWfixedPipe.cpp.
TPureFloat PureRendererHWfixedPipeImpl::CurrentStats::fAvgFrameTime |
Definition at line 41 of file PureRendererHWfixedPipe.cpp.
TPureFloat PureRendererHWfixedPipeImpl::CurrentStats::fDurationSecs |
Definition at line 43 of file PureRendererHWfixedPipe.cpp.
TPureUInt PureRendererHWfixedPipeImpl::CurrentStats::nRenderedFrames |
Definition at line 40 of file PureRendererHWfixedPipe.cpp.
TPURE_RENDER_HINT PureRendererHWfixedPipeImpl::CurrentStats::renderHints |
Render hints.
Definition at line 39 of file PureRendererHWfixedPipe.cpp.
PFL::timeval PureRendererHWfixedPipeImpl::CurrentStats::timeMaxFrameTime |
Definition at line 45 of file PureRendererHWfixedPipe.cpp.
PFL::timeval PureRendererHWfixedPipeImpl::CurrentStats::timeMinFrameTime |
Definition at line 44 of file PureRendererHWfixedPipe.cpp.