Searched refs:MILLION_TIME (Results 1 – 3 of 3) sorted by relevance
41 return (float) duration.count() / MILLION_TIME; in TotalSpentTime()47 return (double) curTime_.count() / MILLION_TIME; in GetCurTime()55 static constexpr uint32_t MILLION_TIME = 1000; variable
117 … << " time used:" << std::setw(TIME_LENS) << timeUsed_ / MILLION_TIME << "ms"; in ~TimeScope()158 << myMap[val] / MILLION_TIME << "ms " << "percentage:" in PrintPassTime()179 … << std::setw(TIME_LENS) << key / MILLION_TIME << "ms " << "percentage:" << std::fixed in PrintMethodTime()182 …FO) << "total compile time is " << std::setw(TIME_LENS) << methodTotalTime / MILLION_TIME << "ms "; in PrintMethodTime()
123 static constexpr int MILLION_TIME = 1000; variable189 static constexpr int MILLION_TIME = 1000; variable