ps
Class CProfileManager
Singleton
|
+--CProfileManager
in Profile.h
in Profile.cpp
- class CProfileManager
- extends Singleton
current
private CProfileNode* current;
frame_start
private double frame_start;
frame_start_mallocs
private long frame_start_mallocs;
m_internedStrings
private std::map< CStr8, const char* > m_internedStrings;
root
private CProfileNode* root;
start
private double start;
start_mallocs
private long start_mallocs;
CProfileManager
public CProfileManager();
~CProfileManager
public ~CProfileManager();
Frame
public void Frame();
GetCurrent
public inline const CProfileNode* GetCurrent();
GetRoot
public inline const CProfileNode* GetRoot();
InternString
public const char* InternString( const CStr8& intern );
Reset
public void Reset();
Start
public void Start( const char* name );
StartScript
public void StartScript( const char* name );
Stop
public void Stop();
StructuralReset
public void StructuralReset();