Example #1
0
 void recordLoopWithExpectedInterval(AbstractHistogram histogram, long loopCount, long expectedInterval)
 {
     for (long i = 0; i < loopCount; i++)
     {
         histogram.recordValueWithExpectedInterval(testValueLevel + (i & 0x8000), expectedInterval);
     }
 }
 void recordLoopWithExpectedInterval(AbstractHistogram histogram, long loopCount, long expectedInterval)
 {
     for (long i = 0; i < loopCount; i++)
         histogram.recordValueWithExpectedInterval(testValueLevel + (i & 0x8000), expectedInterval);
 }