コード例 #1
0
 public long GetCumulativeCount(ThreadPoolEventType @event)
 {
     return(_cumulativeCounterStream.GetLatestCount(@event));
 }
コード例 #2
0
 public long GetLatestCount(ThreadPoolEventType eventType)
 {
     return(Latest[(int)eventType]);
 }
コード例 #3
0
 public long GetRollingCount(ThreadPoolEventType @event)
 {
     return(_rollingCounterStream.GetLatestCount(@event));
 }