Searched refs:sortedFunctions (Results 1 – 1 of 1) sorted by relevance
125 NameCountPairVector sortedFunctions(countedFunctions.size()); in debugPrintDataSampleStyle() local126 copyToVector(countedFunctions, sortedFunctions); in debugPrintDataSampleStyle()128 std::sort(sortedFunctions.begin(), sortedFunctions.end(), functionNameCountPairComparator); in debugPrintDataSampleStyle()129 …for (NameCountPairVector::iterator it = sortedFunctions.begin(); it != sortedFunctions.end(); ++it) in debugPrintDataSampleStyle()