ML Reference
|
Go to the source code of this file.
Classes | |
class | ml::internal::ProfilingScope |
Helper class that stops measuring when it gets out of scope. More... | |
Namespaces | |
ml | |
Main documentation file for ML users and developers. | |
ml::internal | |
Macros | |
#define | ML_PROFILING_SCOPE(ProfilingIdentifier) |
Starts profiling using the ML Profiling Manager. More... | |
#define ML_PROFILING_SCOPE | ( | ProfilingIdentifier | ) |
Starts profiling using the ML Profiling Manager.
This can only be used in classes that implement getMetaProfile(), e.g., ml::Module.
Definition at line 48 of file mlModuleProfiling.h.