Home | History | Annotate | Download | only in runner

Lines Matching refs:total

36     long total = 0L;
47 total += second - first;
48 total += third - second;
49 total += fourth - third;
50 total += fifth - fourth;
51 total += sixth - fifth;
52 total += seventh - sixth;
53 total += eighth - seventh;
54 total += ninth - eighth;
56 return ShortDuration.of(LongMath.divide(total, TRIALS * 8, CEILING), NANOSECONDS);