Lines Matching refs:time2
6161 int time2 = 200; in TEST() local
6163 tracer->SampleAllocation(time2, counter2, 0); in TEST()
6166 CHECK_EQ((counter2 - counter1) / (time2 - time1), throughput); in TEST()
6184 int time2 = 200; in TEST() local
6186 tracer->SampleAllocation(time2, counter2, 0); in TEST()
6189 CHECK_EQ((counter2 - counter1) / (time2 - time1), throughput); in TEST()
6297 int time2 = 200; in TEST() local
6299 tracer->SampleAllocation(time2, 0, counter2); in TEST()
6302 CHECK_EQ((counter2 - counter1) / (time2 - time1), throughput); in TEST()
6321 int time2 = 200; in TEST() local
6323 tracer->SampleAllocation(time2, counter2, counter2); in TEST()
6325 CHECK_EQ(2 * (counter2 - counter1) / (time2 - time1), throughput); in TEST()