|
wxArt2D
|
#include <prfl.h>

Public Member Functions | |
| a2dProfiler (const wxString &idIn) | |
| constructor | |
| ~a2dProfiler () | |
| destructor | |
Static Public Member Functions | |
| static void | OpenPrflFile () |
| opens the profiling data file, if not yet open. | |
Protected Attributes | |
| wxString | id |
Static Protected Attributes | |
| static int | nmbrActv |
| Number of aktive PrflCnt ( the last one closes the file. ) | |
| static wxFFile | prflFile |
base profiler class
Zusammenfassung der Anwendungsdetails der Klasse a2dProfiler
a2dProfiler verwaltet die Profile-Ausgabedatei profile.txt
Mit PRFL_DUMP(...) kann man wie mit printf in die Profile-Datei schreiben
Profiling ist nur eingeschaltet, wenn das macro PRFL_ENBL definiert ist oder wenn die Datei PrflEnbl.h includiert wird.
siehe auch: prflCnt.h prflTmr.h