|
MeVisLab Toolbox Reference
|
#include "mlProfilingManagerDllExport.h"#include "mlMetaProfile.h"#include <map>#include <string>#include <vector>#include <mlTimeCounter.h>#include <mlMutex.h>Go to the source code of this file.
Classes | |
| class | MLProfilingManager |
Macros | |
| #define | MLPROFILINGMANAGER_GLOBAL_LOCK() ml::RecursiveLock profilingManagerLock(MLProfilingManager::globalMutex()); |
| Define global profiling manager lock to be used when creating metaprofiles that should be accessed concurrently. | |
| #define MLPROFILINGMANAGER_GLOBAL_LOCK | ( | ) | ml::RecursiveLock profilingManagerLock(MLProfilingManager::globalMutex()); |
Define global profiling manager lock to be used when creating metaprofiles that should be accessed concurrently.
Definition at line 33 of file mlProfilingManager.h.