Searched refs:PERCENT_LENS (Results 1 – 5 of 5) sorted by relevance
170 static constexpr int PERCENT_LENS = 4; variable
159 << std::fixed << std::setprecision(PERCENT_LENS) in PrintPassTime()180 … << std::setprecision(PERCENT_LENS) << key / methodTotalTime * HUNDRED_TIME << "% "; in PrintMethodTime()
121 static constexpr int PERCENT_LENS = 4; variable
58 static constexpr int PERCENT_LENS = 2;
1489 … << std::fixed << std::setprecision(PERCENT_LENS) << rate * HUNDRED_TIME << "%"; in VerifyTypePercent()