Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray::cCodeProfileFunc Class Reference

#include <cCodeProfiler.h>

Public Member Functions

 cCodeProfileFunc (cDebugSourceLine src)
 
 ~cCodeProfileFunc ()
 

Friends

class cCodeProfilerControl
 
class cCodeProfilerTests
 

Detailed Description

profile the entry/exit for a function. This is ALWAYS stack based so its thread safe.

Constructor & Destructor Documentation

◆ cCodeProfileFunc()

Gray::cCodeProfileFunc::cCodeProfileFunc ( cDebugSourceLine  src)
inline

record Start/Record cycle count on object construct.

◆ ~cCodeProfileFunc()

Gray::cCodeProfileFunc::~cCodeProfileFunc ( )
inline

Friends And Related Function Documentation

◆ cCodeProfilerControl

friend class cCodeProfilerControl
friend

◆ cCodeProfilerTests

friend class cCodeProfilerTests
friend

The documentation for this class was generated from the following files: