Gets the number of miniticks used by all operators in the contained ProfileState.

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 int GetTotalProfilerHits()
Public Function GetTotalProfilerHits As Integer
public:
int GetTotalProfilerHits()

Return Value

The total number of miniticks

See Also