Home | History | Annotate | Download | only in metrics

Lines Matching defs:add_count

195   // |add_count| is the number of large values that have been added to the
198 int add_count = 0;
204 ++add_count;
211 EXPECT_EQ(add_count, samples->GetCount(sample_max));
218 add_count = 0;
222 ++add_count;
227 EXPECT_EQ(add_count, samples->GetCount(0));
240 // |add_count| is the number of large values that have been added to the
243 int add_count = 0;
249 ++add_count;
256 EXPECT_EQ(add_count, samples->GetCount(sample_max));
263 add_count = 0;
267 ++add_count;
272 EXPECT_EQ(add_count, samples->GetCount(0));