SPagingBenchmarkInfo Struct Reference

struct SPagingBenchmarkInfo

Benchmark information for a specific operation. All times are in terms of the system's fast timer.

Test

Member Data Documentation

TInt iCount

TInt iCount

Number of times the operation has been executed.

TInt iMaxTime

TInt iMaxTime

Maximum time recorded for a single execution.

TInt iMinTime

TInt iMinTime

Minimum time recorded for a single execution.

TInt64 iTotalTime

TInt64 iTotalTime

Total time elapsed while executing the operation.