PFPerformanceEntryInfo Properties |
The PFPerformanceEntryInfo type exposes the following members.
Name | Description | |
---|---|---|
Counters |
Gets or sets the list of performance counters.
Counters are a recursive tree of code execution periods.
| |
Duration |
Gets the total amount of time that a request took to execute.
| |
EndDate |
Gets or sets the end date.
| |
Name |
Gets or sets the entry name.
| |
Origin |
Gets or sets the request origin (like SignalR or a page request).
| |
StartDate |
Gets or sets the start date.
| |
Url |
Gets or sets the request URL.
|