|
MeVisLab Toolbox Reference
|
#include "mlProfilingManagerDllExport.h"#include "mlTimer.h"#include <map>#include <unordered_map>#include <string>#include <vector>#include <boost/unordered_map.hpp>#include <iosfwd>#include <memory>Go to the source code of this file.
Classes | |
| class | MLGlobalFunctionKey |
| struct | MLTimeStatistics |
| Time is stored in seconds. More... | |
| struct | MLTimeStatistics::Values |
| class | MLCallGraphNode |
| class | MLCallGraphFunction |
Typedefs | |
| typedef std::shared_ptr< MLCallGraphFunction > | MLCallGraphFunctionPtr |
| typedef double | MLProfilingTimeType |
Functions | |
| size_t | hash_value (MLGlobalFunctionKey const &key) |
| Calculates the hash key from last string segment. | |
| typedef std::shared_ptr<MLCallGraphFunction> MLCallGraphFunctionPtr |
Definition at line 34 of file mlCallGraph.h.
| typedef double MLProfilingTimeType |
Definition at line 68 of file mlCallGraph.h.
|
inline |
Calculates the hash key from last string segment.
Definition at line 60 of file mlCallGraph.h.
References MLGlobalFunctionKey::file, MLGlobalFunctionKey::function, and MLGlobalFunctionKey::line.
Referenced by MLDICOMCachedIOTagCacheMap::TagHashFunction::operator()().