Click or drag to resize

PerformanceEntry Properties

The PerformanceEntry type exposes the following members.

Properties
  NameDescription
Public propertyAverageTime
Gets the average of all times recorded in this entry, in seconds.
Public propertyElementsInstalled
Gets the count of times recorded in this entry.
Public propertyMaxTime
Gets the longest duration recorded in this entry, in seconds.
Public propertyName
Gets or sets the key name used to gather all times.
Public propertyTotalTime
Gets the sum of all times recorded in this entry, in seconds.
Top
See Also