Record TPerformanceStats
Unit
Declaration
type TPerformanceStats = record
Description
Record to hold performance statistics
Overview
Fields
![]() |
AverageTime: Int64; |
![]() |
Count: Int64; |
![]() |
MaxTime: Int64; |
![]() |
MinTime: Int64; |
![]() |
StartTime: Int64; |
![]() |
Tag: String; |
![]() |
TotalTime: Int64; |
Description
Fields
![]() |
AverageTime: Int64; |
|
Average time recorded | |
![]() |
Count: Int64; |
|
Number of measurements | |
![]() |
MaxTime: Int64; |
|
Maximum time recorded | |
![]() |
MinTime: Int64; |
|
Minimum time recorded | |
![]() |
StartTime: Int64; |
|
Timestamp when the measurement started | |
![]() |
Tag: String; |
|
Identifier for the performance measurement | |
![]() |
TotalTime: Int64; |
|
Total time recorded | |
Generated by PasDoc 0.16.0-snapshot.
