7 #ifndef __MONITOR_ACTION_MEMORYCONSUMPTION_HPP__ 8 #define __MONITOR_ACTION_MEMORYCONSUMPTION_HPP__ 10 #include "monitor/config.hpp" 12 #include <fwGui/IActionSrv.hpp> 50 void configuring() override;
53 void starting() override;
56 void updating() override;
59 void stopping() override;
64 void pushNewArray(
size_t memorySizeInBytes);
67 bool m_isIncreaseMode;
70 size_t m_memorySizeInBytes;
77 #endif //__MONITOR_ACTION_MEMORYCONSUMPTION_HPP__ Defines the service interface managing the menu items.
Increase or decrease the memory consumption by storing a new image, use to experiment dump process...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
The namespace monitor contains tools for monitoring an application built with FW4SPL.