fw4spl
|
This class is used to compute the elapsed time between two profiling scopes every N seconds. More...
#include <Profiling.hpp>
Public Member Functions | |
fwProfileFrameAvg (const char *label, fwProfileFrameTimer &frameTimer) | |
Public Attributes | |
const char * | m_label |
Timer label. | |
fwProfileFrameTimer & | m_frameTimer |
Timer used to get the elapsed time between two profiling scopes. | |
This class is used to compute the elapsed time between two profiling scopes every N seconds.
Definition at line 153 of file Profiling.hpp.