Beispiel #1
0
 // Token: 0x06000170 RID: 368 RVA: 0x0000A53A File Offset: 0x0000873A
 public static void UpdateResponseTimePerformanceCounter(long newValue, bool isProxy)
 {
     PerformanceCounterManager.UpdateMovingAveragePerformanceCounter(OwaSingleCounters.AverageResponseTime, newValue, ref PerformanceCounterManager.responseTimeAverage, PerformanceCounterManager.responseTimeAverageLock);
     if (isProxy)
     {
         PerformanceCounterManager.UpdateMovingAveragePerformanceCounter(OwaSingleCounters.ProxiedResponseTimeAverage, newValue, ref PerformanceCounterManager.proxiedResponseTimeAverage, PerformanceCounterManager.proxiedResponseTimeAverageLock);
     }
 }
Beispiel #2
0
 // Token: 0x06000171 RID: 369 RVA: 0x0000A569 File Offset: 0x00008769
 public static void UpdateImSignOnTimePerformanceCounter(long newValue)
 {
     PerformanceCounterManager.UpdateMovingAveragePerformanceCounter(OwaSingleCounters.IMAverageSignOnTime, newValue, ref PerformanceCounterManager.imSignOnTimeAverage, PerformanceCounterManager.imSignOnTimeAverageLock);
 }
Beispiel #3
0
 // Token: 0x0600016F RID: 367 RVA: 0x0000A523 File Offset: 0x00008723
 public static void UpdateSpellcheckTimePerformanceCounter(long newValue)
 {
     PerformanceCounterManager.UpdateMovingAveragePerformanceCounter(OwaSingleCounters.AverageSpellcheckTime, newValue, ref PerformanceCounterManager.spellcheckTimeAverage, PerformanceCounterManager.spellcheckTimeAverageLock);
 }