MIRA
|
System independent way of getting the memory usage of a process. More...
Go to the source code of this file.
Classes | |
struct | MemoryUsage |
Memory usage information in kB. More... | |
struct | MemoryBlockInfo |
Detailed information of used memory within a memory block. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Typedefs | |
typedef std::list< MemoryBlockInfo > | MemoryBlockInfoList |
Functions | |
MIRA_BASE_EXPORT MemoryUsage | getMemoryUsage () |
Returns information about the memory used currently by this process. More... | |
MIRA_BASE_EXPORT MemoryBlockInfoList | getDetailedMemoryBlockUsage () |
Returns detailed information on memory blocks used by this process. More... | |
System independent way of getting the memory usage of a process.