Home | History | Annotate | Download | only in heap

Lines Matching refs:time3

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