TimingSummary Class Members
In This Topic
The following tables list the members exposed by TimingSummary.
Public Properties
| Name | Description |
| Average | Gets the average value of this type of timing in seconds. |
| Maximum | Gets the maximum value of this type of timing, in seconds. |
| Minimum | Gets the minimum value of this type of timing, in seconds. |
| Occurrences | Gets the number of requests in the current Summary that contained a matching timing value. |
| Total | Gets the total value of this type of timing in seconds. |
Top
See Also