MeVisLabToolboxReference
MeVis/Foundation/Sources/MLProfilingManager/Include/mlCallGraph.h File Reference
#include "mlProfilingManagerDllExport.h"
#include "mlTimer.h"
#include <map>
#include <string>
#include <vector>
#include <iosfwd>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

struct  MLTimeStatistics
 Time is stored in seconds. More...
struct  MLTimeStatistics::Values
class  MLCallGraphNode
class  MLCallGraphFunction

Typedefs

typedef boost::shared_ptr
< MLCallGraphFunction
MLCallGraphFunctionPtr
typedef long double MLProfilingTimeType
typedef unsigned long long MLCallGraphFunctionId

Typedef Documentation

typedef unsigned long long MLCallGraphFunctionId

Definition at line 112 of file mlCallGraph.h.

typedef boost::shared_ptr<MLCallGraphFunction> MLCallGraphFunctionPtr

Definition at line 26 of file mlCallGraph.h.

typedef long double MLProfilingTimeType

Definition at line 31 of file mlCallGraph.h.