PerformanceEvent Class Properties
For a list of all members of this type, see PerformanceEvent members.
Public Properties
Name | Description | |
---|---|---|
![]() | ApplicationInstanceID | The application instance that the event was recorded for. |
![]() | CPUTime | The time the CPU has spent doing work for the method. ie. How much time that has been spent in user or kernel code. |
![]() | MethodName | The name of the method being called. |
![]() | ObjectName | The name of the object, with full class and assembly path, of the method being called. |
![]() | PerformanceLogID | Identifies a unique performance event. |
![]() | SynchronousTime | The time the method spent being run synchronously on a thread. |
![]() | TimeStamp | The time the event occurred. |
![]() | WallTime | The total elapsed time, like the time on a wall clock, of the method call. ie. How much time that has passed overall in the real world. |
See Also