|
fw4spl
|
This class holds a timer. It displays elapsed time at destruction every N seconds. More...
#include <Profiling.hpp>
Collaboration diagram for fwCore::fwProfileScopeAvg:Public Member Functions | |
| fwProfileScopeAvg (const char *label, fwProfileFrameTimer &frameTimer) | |
Public Attributes | |
| ::fwCore::HiResTimer | m_timer |
| Timer. | |
| const char * | m_label |
| Timer label. | |
| fwProfileFrameTimer & | m_frameTimer |
| Timer used to get the elapsed time between two profiling scopes. | |
This class holds a timer. It displays elapsed time at destruction every N seconds.
Definition at line 92 of file Profiling.hpp.