Cpu Statistics Class
Provides CPU statistics for a query.
Definition
Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
[SerializableAttribute]
public class CpuStatisticsVB
<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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString) |