Searched refs:width_narrow (Results 1 – 1 of 1) sorted by relevance
194 int width_narrow = 15; in PrintAnalysis() local197 os << std::setw(width_narrow + 1) << "Count,"; in PrintAnalysis()199 os << std::setw(width_narrow + 2) << "Time percent,"; in PrintAnalysis()200 os << std::setw(width_narrow + 2) << "Acc percent,"; in PrintAnalysis()203 os << std::setw(width_narrow + 2) << "Overall eff"; in PrintAnalysis()204 os << std::setw(width_narrow + 2) << "Compute eff"; in PrintAnalysis()205 os << std::setw(width_narrow + 2) << "Memory eff" << std::endl; in PrintAnalysis()217 os << std::setw(width_narrow) << op.count << ","; in PrintAnalysis()219 os << std::setw(width_narrow) << std::setprecision(2) << percent * 100 in PrintAnalysis()222 os << std::setw(width_narrow) << std::setprecision(2) << acc_percent * 100 in PrintAnalysis()[all …]