Home
last modified time | relevance | path

Searched refs:proportion (Results 1 - 4 of 4) sorted by relevance

/test/ostest/wukong/report/src/
H A Dstatistics_exception.cpp65 float proportion = (curExceptionTypeCount * PERCENTAGE) / exceptionTotal_; in StatisticsDetail() local
67 bufferStream << std::setiosflags(std::ios::fixed) << std::setprecision(DECIMAL_LENGTH) << proportion; in StatisticsDetail()
H A Dstatistics_ability.cpp103 float proportion = in UpdateLine() local
106 bufferStream << std::setiosflags(std::ios::fixed) << std::setprecision(DECIMAL_LENGTH) << proportion; in UpdateLine()
H A Dstatistics_event.cpp123 float proportion = (EventStatisticsRecordPtr->execTimes_ * PERCENTAGE) / eventTypeTotal; in UpdateLine() local
125 bufferStream << std::setiosflags(std::ios::fixed) << std::setprecision(DECIMAL_LENGTH) << proportion; in UpdateLine()
H A Dstatistics_componment.cpp135 float proportion = (ComponmentStatisticsRecordPtr->execTimes_ * PERCENTAGE) / componmentTypeTotal; in UpdateLine() local
137 bufferStream << std::setiosflags(std::ios::fixed) << std::setprecision(DECIMAL_LENGTH) << proportion; in UpdateLine()

Completed in 2 milliseconds