Click or drag to resize

PerformanceMeasurementsContainer Class

Holds performance statistics.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.CorePerformanceMeasurementsContainer

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

The PerformanceMeasurementsContainer type exposes the following members.

Methods
  NameDescription
Public methodClear
Resets the statistics storage.
Public methodGetStatistics
Returns the statistics gathered.
Public methodGetStatisticsAndClear
Returns the statistics and resets the storage.
Public methodUpdate
Updates the performance statistics for the specified operation.
Top
Fields
  NameDescription
Public fieldStatic memberInstance
The singleton that should be used externally.
Top
See Also