7 #ifndef __FWCORE_LOG_SCOPEDMESSAGE_HPP__ 8 #define __FWCORE_LOG_SCOPEDMESSAGE_HPP__ 12 #include "fwCore/BaseObject.hpp" 13 #include "fwCore/HiResTimer.hpp" 14 #include "fwCore/config.hpp" 36 FWCORE_API
ScopedMessage(
const char * _file,
int _line, std::string enterMessage, std::string leaveMessage =
"");
42 FWCORE_API
virtual ~ScopedMessage();
48 std::string m_baseMsg;
57 #endif // __FWCORE_LOG_SCOPEDMESSAGE_HPP__ This class provide a timer (stopwatch). HiResTimer is able to measure the elapsed time with a few mic...
Base class for all FW4SPL's classes.
This namespace fwCore provides common foundations for FW4SPL.