#include <FBLib_debug.h>
Data Fields | |
| char * | ProcName |
| dword | MinTime |
| dword | MaxTime |
| dword | NrCalls |
| dword | TotalTime |
Definition at line 11 of file FBLib_debug.h.
| dword tCallTraceStats::MaxTime |
Definition at line 15 of file FBLib_debug.h.
Referenced by CallTraceExit(), and CallTraceExitResult().
| dword tCallTraceStats::MinTime |
Definition at line 14 of file FBLib_debug.h.
Referenced by CallTraceExit(), and CallTraceExitResult().
| dword tCallTraceStats::NrCalls |
Definition at line 16 of file FBLib_debug.h.
Referenced by CallTraceExit(), and CallTraceExitResult().
| char* tCallTraceStats::ProcName |
Definition at line 13 of file FBLib_debug.h.
Referenced by CallTraceExit(), and CallTraceExitResult().
| dword tCallTraceStats::TotalTime |
Definition at line 17 of file FBLib_debug.h.
Referenced by CallTraceExit(), and CallTraceExitResult().