Click or drag to resize
DigitalRuneProfilerData Class
Stores profiler data.
Inheritance Hierarchy
SystemObject
  DigitalRune.DiagnosticsProfilerData

Namespace: DigitalRune.Diagnostics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public class ProfilerData : INamedObject

The ProfilerData type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAverage
Gets the average (arithmetic mean) of all measured values.
Public propertyCount
Gets the number of measured values.
Public propertyLast
Gets the last value that was measured.
Public propertyMaximum
Gets the maximum of all measured values.
Public propertyMinimum
Gets the minimum of all measured values.
Public propertyName
Gets the name of the profiler data.
Public propertySum
Gets the sum of all measured values.
Top
Remarks
Profiler data is automatically created when the profiler methods Start(String) or AddValue(String, Double) are used.
See Also