Click or drag to resize

PerformanceMeasurementNode Class

A helper structure meant to be used for easier performance measurement.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.CorePerformanceMeasurementNode

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

The PerformanceMeasurementNode type exposes the following members.

Constructors
  NameDescription
Public methodPerformanceMeasurementNode
Initializes a new instance of the PerformanceMeasurementNode class.
Top
Properties
  NameDescription
Public propertyArgs
The argumets used to initialize this instance.
Public propertyStatic memberCurrent
Gets the current PerformanceMeasurementNode for the current async context.
Public propertyNodes
Gets the nodes.
Public propertyParent
Gets the parent.
Top
Methods
  NameDescription
Public methodDispose
Logs the elapsed time to the host.
Top
See Also