7 #ifndef __FWCORE_HIRESTIMER_HPP__ 8 #define __FWCORE_HIRESTIMER_HPP__ 16 #include <fwCore/BaseObject.hpp> 17 #include "fwCore/HiResClock.hpp" 18 #include <fwCore/config.hpp> 45 FWCORE_API
void start();
51 FWCORE_API
void stop();
72 FWCORE_API ::fwCore::HiResClock::HiResClockType getElapsedTimeInSec();
77 FWCORE_API ::fwCore::HiResClock::HiResClockType getElapsedTimeInMilliSec();
82 FWCORE_API ::fwCore::HiResClock::HiResClockType getElapsedTimeInMicroSec();
109 #endif // __FWCORE_HIRESTIMER_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.
double HiResClockType
Type returned by HiResClock Functions.
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.