MeVisLab Toolbox Reference
mlCallGraph.h File 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< MLCallGraphFunctionMLCallGraphFunctionPtr
 
typedef double MLProfilingTimeType
 

Functions

size_t hash_value (MLGlobalFunctionKey const &key)
 Calculates the has key from last string segment. More...
 

Typedef Documentation

◆ MLCallGraphFunctionPtr

typedef std::shared_ptr<MLCallGraphFunction> MLCallGraphFunctionPtr

Definition at line 33 of file mlCallGraph.h.

◆ MLProfilingTimeType

typedef double MLProfilingTimeType

Definition at line 67 of file mlCallGraph.h.

Function Documentation

◆ hash_value()

size_t hash_value ( MLGlobalFunctionKey const &  key)
inline

Calculates the has key from last string segment.

Definition at line 59 of file mlCallGraph.h.

References MLGlobalFunctionKey::file, MLGlobalFunctionKey::function, and MLGlobalFunctionKey::line.

Referenced by MLDICOMCachedIOTagCacheMap::TagHashFunction::operator()().