Searched refs:Fraction (Results 1 – 2 of 2) sorted by relevance
82 static std::string getStatString(const char *Msg, int32_t Fraction, int32_t All, in getStatString() argument87 Result = 100 * static_cast<double>(Fraction) / All; in getStatString()90 Str << std::setprecision(4) << Msg << ": " << Fraction << " [" << Result in getStatString()
134 # equation like: "Fraction: x OVER y"