Click or drag to resize

CpuStatistics Class

Provides CPU statistics for a query.
Inheritance Hierarchy
SystemObject
  SphinxConnector.CommonCpuStatistics

Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
[SerializableAttribute]
public class CpuStatistics

The CpuStatistics type exposes the following members.

Properties
 NameDescription
Public propertyCpuTime Gets the CPU time for a query.
Public propertyEnabled Gets a value indicating whether CPU statistics were enabled for the query (to distinguish between values being zero or disabled CPU statistics).
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
See Also