46 static char THIS_FILE[] = __FILE__;
101 if( !prflFile.IsOpened() )
103 prflFile.Open( wxT(
"Profile.log" ), wxT(
"a" ) );
104 if ( prflFile.IsOpened() )
106 wxString str = wxT(
"\n\nProfile-Id |Count |Total Gigacycles|Avg. Cycles/call\n" );
107 prflFile.Write( str );
static void OpenPrflFile()
opens the profiling data file, if not yet open.
a2dProfiler(const wxString &idIn)
constructor
static int nmbrActv
Number of aktive PrflCnt ( the last one closes the file. )