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 | |
![]() | |
a2dProfiler (const wxString &idIn) | |
constructor | |
~a2dProfiler () | |
destructor | |
Protected Attributes | |
wxInt64 | time |
unsigned long | cnt |
![]() | |
wxString | id |
Additional Inherited Members | |
![]() | |
static void | OpenPrflFile () |
opens the profiling data file, if not yet open. | |
![]() | |
static int | nmbrActv |
Number of aktive PrflCnt ( the last one closes the file. ) | |
static wxFFile | prflFile |