Gets the percent of CPU used by this thread, in microseconds.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double GetPercentCPU()
Public Function GetPercentCPU As Double
public:
double GetPercentCPU()

Return Value

The percent of CPU used by this thread, in microseconds.

See Also