Lines Matching refs:its
53 double its = e.NumIterations(); in CheckSimple() local
56 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. * its, 0.001); in CheckSimple()
405 double its = e.NumIterations(); in CheckIterationInvariant() local
407 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, its, 0.001); in CheckIterationInvariant()
408 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. * its, 0.001); in CheckIterationInvariant()
453 double its = e.NumIterations(); in CheckIsIterationInvariantRate() local
456 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, its * 1. / t, 0.001); in CheckIsIterationInvariantRate()
457 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, its * 2. / t, 0.001); in CheckIsIterationInvariantRate()
497 double its = e.NumIterations(); in CheckAvgIterations() local
499 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, 1. / its, 0.001); in CheckAvgIterations()
500 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. / its, 0.001); in CheckAvgIterations()
542 double its = e.NumIterations(); in CheckAvgIterationsRate() local
545 CHECK_FLOAT_COUNTER_VALUE(e, "foo", EQ, 1. / its / t, 0.001); in CheckAvgIterationsRate()
546 CHECK_FLOAT_COUNTER_VALUE(e, "bar", EQ, 2. / its / t, 0.001); in CheckAvgIterationsRate()