| 
    MeVisLab Toolbox Reference
    
   | 
 
#include "mlProfilingManagerDllExport.h"#include "../Include/mlCallGraph.h"#include <boost/thread/thread.hpp>#include <boost/unordered_map.hpp>#include <unordered_set>#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| class | MLTimeProfileHandle | 
| class | MLTimeProfile | 
Typedefs | |
| typedef std::shared_ptr< MLCallGraphFunction > | MLCallGraphFunctionPtr | 
| typedef std::vector< MLCallGraphNode * > | MLCallGraphNodesVector | 
| typedef std::unordered_set< MLCallGraphFunctionPtr > | MLCallGraphFunctionSet | 
| typedef std::vector< MLCallGraphFunctionPtr > | MLCallGraphFunctionList | 
| typedef boost::unordered_map< MLGlobalFunctionKey, MLCallGraphFunctionPtr > | MLCallGraphGlobalFunctionMap | 
| typedef std::vector<MLCallGraphFunctionPtr> MLCallGraphFunctionList | 
Definition at line 35 of file mlTimeProfile.h.
| typedef std::shared_ptr<MLCallGraphFunction> MLCallGraphFunctionPtr | 
Definition at line 31 of file mlTimeProfile.h.
| typedef std::unordered_set<MLCallGraphFunctionPtr> MLCallGraphFunctionSet | 
Definition at line 34 of file mlTimeProfile.h.
| typedef boost::unordered_map<MLGlobalFunctionKey, MLCallGraphFunctionPtr> MLCallGraphGlobalFunctionMap | 
Definition at line 36 of file mlTimeProfile.h.
| typedef std::vector<MLCallGraphNode*> MLCallGraphNodesVector | 
Definition at line 33 of file mlTimeProfile.h.