Click or drag to resize

LogicalThreadStatistics Properties

The LogicalThreadStatistics type exposes the following members.

Properties
  Name Description
Public property ExecutionCount Gets the total number of actions executed on the logical thread.
Public property MaxExecutionTime Gets the execution time of the longest running action.
Public property MinExecutionTime Gets the execution time of the shortest running action.
Public property TotalExecutionTime Gets the total execution time of all actions executed on the logical thread.
Top
See Also