MIRA
Classes | Namespaces | Typedefs | Functions
Memory.h File Reference

System independent way of getting the memory usage of a process. More...

#include <string>
#include <list>
#include <platform/Types.h>
Include dependency graph for Memory.h:

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...
 

Detailed Description

System independent way of getting the memory usage of a process.

Author
Tim Langner
Date
2011/11/27