Record TPerformanceStats

Hierarchy
Methods
Properties

Unit

Declaration

type TPerformanceStats = record

Description

Record to hold performance statistics

Overview

Fields

Public AverageTime: Int64;
Public Count: Int64;
Public MaxTime: Int64;
Public MinTime: Int64;
Public StartTime: Int64;
Public Tag: String;
Public TotalTime: Int64;

Description

Fields

Public AverageTime: Int64;

Average time recorded

Public Count: Int64;

Number of measurements

Public MaxTime: Int64;

Maximum time recorded

Public MinTime: Int64;

Minimum time recorded

Public StartTime: Int64;

Timestamp when the measurement started

Public Tag: String;

Identifier for the performance measurement

Public TotalTime: Int64;

Total time recorded


Generated by PasDoc 0.16.0-snapshot.