|
wxArt2D
|
profile timer More...
#include <prfltmr.h>


Classes | |
| struct | SPrflTmrAuto |
| Help-Struct to automatically call EndBlck() when going out of scope. More... | |
Public Member Functions | |
| a2dProfilerTimer (const wxString &idIn) | |
| constructor | |
| ~a2dProfilerTimer () | |
| destructor | |
| void | BgnBlck () |
| is called at the start of a scope | |
| void | EndBlck () |
| is called at the end of a scope | |
Public Member Functions inherited from a2dProfiler | |
| a2dProfiler (const wxString &idIn) | |
| constructor | |
| ~a2dProfiler () | |
| destructor | |
Protected Attributes | |
| wxInt64 | time |
| unsigned long | cnt |
Protected Attributes inherited from a2dProfiler | |
| wxString | id |
Additional Inherited Members | |
Static Public Member Functions inherited from a2dProfiler | |
| static void | OpenPrflFile () |
| opens the profiling data file, if not yet open. | |
Static Protected Attributes inherited from a2dProfiler | |
| static int | nmbrActv |
| Number of aktive PrflCnt ( the last one closes the file. ) | |
| static wxFFile | prflFile |