MeVisLabToolboxReference
MeVis/Foundation/Sources/MLProfilingManager/Include/mlMetaProfile.h File Reference
#include "mlProfilingManagerDllExport.h"
#include "mlCountProfile.h"
#include "mlMemoryProfile.h"
#include "mlTimeProfile.h"
#include <map>
#include <vector>

Go to the source code of this file.

Classes

class  MLMetaProfile

Typedefs

typedef std::map< std::string,
MLCountProfile * > 
MLCountProfileMap
typedef std::map< std::string,
MLMemoryProfile * > 
MLMemoryProfileMap
typedef void MLMetaProfileIsDestroyedCB (void)

Typedef Documentation

typedef std::map<std::string, MLCountProfile*> MLCountProfileMap

Definition at line 21 of file mlMetaProfile.h.

typedef std::map<std::string, MLMemoryProfile*> MLMemoryProfileMap

Definition at line 24 of file mlMetaProfile.h.

typedef void MLMetaProfileIsDestroyedCB(void)

Definition at line 27 of file mlMetaProfile.h.