Click or drag to resize

PerformanceMeasurementsContainerOperationStats Class

Represents execution statistics for a single operation. Note: This is an infrastructure class and should not be used directly; the reason it is publicly exposed is purely technical.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.CorePerformanceMeasurementsContainerOperationStats

Namespace:  Aloe.SystemFrameworks.Domain.Core
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class OperationStats

The PerformanceMeasurementsContainerOperationStats type exposes the following members.

Constructors
  NameDescription
Public methodPerformanceMeasurementsContainerOperationStats
Initializes a new instance of the PerformanceMeasurementsContainerOperationStats class
Top
Fields
  NameDescription
Public fieldExecutionCount
The execution count of the operation.
Public fieldMaxExecutionTicks
The maximum execution ticks of the operation.
Public fieldTotalExecutionTicks
The total execution ticks of the operation.
Top
See Also