C# Class Amib.Threading.Internal.NullSTPInstancePerformanceCounters

Inheritance: ISTPInstancePerformanceCounters, ISTPPerformanceCountersReader
Datei anzeigen Open project: SQLServerIO/TPCCBench

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
NullSTPInstancePerformanceCounters ( string instance ) : System
SampleThreads ( long activeThreads, long inUseThreads ) : void
SampleWorkItems ( long workItemsQueued, long workItemsProcessed ) : void
SampleWorkItemsProcessTime ( TimeSpan workItemProcessTime ) : void
SampleWorkItemsWaitTime ( TimeSpan workItemWaitTime ) : void

Private Methods

Method Description
NullSTPInstancePerformanceCounters ( ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

NullSTPInstancePerformanceCounters() public method

public NullSTPInstancePerformanceCounters ( string instance ) : System
instance string
return System

SampleThreads() public method

public SampleThreads ( long activeThreads, long inUseThreads ) : void
activeThreads long
inUseThreads long
return void

SampleWorkItems() public method

public SampleWorkItems ( long workItemsQueued, long workItemsProcessed ) : void
workItemsQueued long
workItemsProcessed long
return void

SampleWorkItemsProcessTime() public method

public SampleWorkItemsProcessTime ( TimeSpan workItemProcessTime ) : void
workItemProcessTime TimeSpan
return void

SampleWorkItemsWaitTime() public method

public SampleWorkItemsWaitTime ( TimeSpan workItemWaitTime ) : void
workItemWaitTime TimeSpan
return void