LogicalThreadStatistics Class

Represents a set of statistics gathered about the execution time of actions on a logical thread.

Definition

Namespace: Gemstone.Threading.LogicalThreads
Assembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.166 -- Release Build+55b93eb16d4a5b73f01a183dc992e29d98627d25
public class LogicalThreadStatistics
Inheritance
Object    LogicalThreadStatistics

Constructors

LogicalThreadStatisticsInitializes a new instance of the LogicalThreadStatistics class

Properties

ExecutionCount Gets the total number of actions executed on the logical thread.
MaxExecutionTime Gets the execution time of the longest running action.
MinExecutionTime Gets the execution time of the shortest running action.
TotalExecutionTime Gets the total execution time of all actions executed on the logical thread.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also