Home
last modified time | relevance | path

Searched refs:CountStr (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DStatistic.cpp130 std::string CountStr = utostr(Stats.Stats[i]->getValue()); in PrintStatistics() local
131 OS << std::string(MaxValLen-CountStr.size(), ' ') in PrintStatistics()
132 << CountStr << " " << Stats.Stats[i]->getName() in PrintStatistics()