Searched refs:maxLoops (Results 1 – 3 of 3) sorted by relevance
119 DEFINE_int32(maxLoops, 1000000, "Never run a bench more times than this.");
122 static DEFINE_int(maxLoops, 1000000, "Never run a bench more times than this.");
989 unsigned maxLoops = std::numeric_limits<unsigned>::max()) { in getPerfectlyNestedLoopsImpl() argument990 for (unsigned i = 0; i < maxLoops; ++i) { in getPerfectlyNestedLoopsImpl()