CpuStatistics Class

Provides CPU statistics for a query.

Definition

Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
[SerializableAttribute]
public class CpuStatistics
Inheritance
Object    CpuStatistics

Properties

CpuTime Gets the CPU time for a query.
Enabled Gets a value indicating whether CPU statistics were enabled for the query (to distinguish between values being zero or disabled CPU statistics).

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Returns a String that represents this instance.
(Overrides ObjectToString)

See Also