Click or drag to resize

PFPerformanceEntryInfo Properties

The PFPerformanceEntryInfo type exposes the following members.

Properties
  NameDescription
Public propertyCounters
Gets or sets the list of performance counters. Counters are a recursive tree of code execution periods.
Public propertyDuration
Gets the total amount of time that a request took to execute.
Public propertyEndDate
Gets or sets the end date.
Public propertyName
Gets or sets the entry name.
Public propertyOrigin
Gets or sets the request origin (like SignalR or a page request).
Public propertyStartDate
Gets or sets the start date.
Public propertyUrl
Gets or sets the request URL.
Top
See Also