MeVisLab Toolbox Reference
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

◆ MLCountProfileMap

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

Definition at line 28 of file mlMetaProfile.h.

◆ MLMemoryProfileMap

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

Definition at line 29 of file mlMetaProfile.h.

◆ MLMetaProfileIsDestroyedCB

typedef void MLMetaProfileIsDestroyedCB(void)

Definition at line 32 of file mlMetaProfile.h.