#include <flaim.h>
Public Attributes | |
FLMUINT64 | ui64Count |
Number of times operation was performed. | |
FLMUINT64 | ui64TotalBytes |
Total number of bytes involved in the operations. This usually represents bytes read from or written to disk. | |
FLMUINT64 | ui64ElapMilli |
Total elapsed time (milliseconds) for the operations. |
This is typically used for I/O operations where it is useful to know the number of bytes that were read or written by the operation.