Lines Matching refs:time3
6167 int time3 = 1000; in TEST() local
6169 tracer->SampleAllocation(time3, counter3, 0); in TEST()
6171 CHECK_EQ((counter3 - counter1) / (time3 - time1), throughput); in TEST()
6190 int time3 = 1000; in TEST() local
6192 tracer->SampleAllocation(time3, counter3, 0); in TEST()
6194 CHECK_EQ((counter3 - counter1) / (time3 - time1), throughput); in TEST()
6303 int time3 = 1000; in TEST() local
6305 tracer->SampleAllocation(time3, 0, counter3); in TEST()
6308 CHECK_EQ((counter3 - counter1) / (time3 - time1), throughput); in TEST()
6326 int time3 = 1000; in TEST() local
6328 tracer->SampleAllocation(time3, counter3, counter3); in TEST()
6330 CHECK_EQ(2 * (counter3 - counter1) / (time3 - time1), throughput); in TEST()