MeVisLab Toolbox Reference
|
#include "mlProfilingManagerDllExport.h"
#include "mlTimer.h"
#include <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 has key from last string segment. | |
typedef std::shared_ptr<MLCallGraphFunction> MLCallGraphFunctionPtr |
Definition at line 33 of file mlCallGraph.h.
Definition at line 67 of file mlCallGraph.h.
|
inline |
Calculates the has key from last string segment.
Definition at line 59 of file mlCallGraph.h.
References mlrange_cast().
Referenced by MLDICOMCachedIOTagCacheMap::TagHashFunction::operator()().