#include <flaim.h>
Public Attributes | |
F_MUTEX | hMutex |
Mutex for controlling access to this structure - only used internally. | |
DB_STATS * | pDbStats |
Pointer to array of database statistics. There will be a DB_STATS structure for every database currently open. | |
FLMUINT | uiDBAllocSeq |
Allocation sequence number for the pDbStats array - only used internally. | |
FLMUINT | uiDbStatArraySize |
Size of the pDbStats array. | |
FLMUINT | uiNumDbStats |
Number of elements in the pDbStats array that are currently in use. | |
FLMBOOL | bCollectingStats |
Flag indicating whether or not we are currently collecting statistics. | |
FLMUINT | uiStartTime |
Time we started collecting statistics. This is GMT time - seconds since January 1, 1970 midnight. | |
FLMUINT | uiStopTime |
Time we stopped collecting statistics. This is GMT time - seconds since January 1, 1970 midnight. |