Searched refs:CountStr (Results 1 – 1 of 1) sorted by relevance
130 std::string CountStr = utostr(Stats.Stats[i]->getValue()); in PrintStatistics() local131 OS << std::string(MaxValLen-CountStr.size(), ' ') in PrintStatistics()132 << CountStr << " " << Stats.Stats[i]->getName() in PrintStatistics()