Searched refs:methodTotalTime (Results 1 – 1 of 1) sorted by relevance
166 double methodTotalTime = 0; in PrintMethodTime() local174 methodTotalTime += key; in PrintMethodTime()180 … << std::setprecision(PERCENT_LENS) << key / methodTotalTime * HUNDRED_TIME << "% "; in PrintMethodTime()182 …LOG_COMPILER(INFO) << "total compile time is " << std::setw(TIME_LENS) << methodTotalTime / MILLIO… in PrintMethodTime()