Searched refs:sortedFunctions (Results 1 – 1 of 1) sorted by relevance
141 NameCountPairVector sortedFunctions(countedFunctions.size()); in debugPrintDataSampleStyle() local142 copyToVector(countedFunctions, sortedFunctions); in debugPrintDataSampleStyle()145 _sort(sortedFunctions.begin(), sortedFunctions.end(), functionNameCountPairComparator); in debugPrintDataSampleStyle()147 std::sort(sortedFunctions.begin(), sortedFunctions.end(), functionNameCountPairComparator); in debugPrintDataSampleStyle()149 …for (NameCountPairVector::iterator it = sortedFunctions.begin(); it != sortedFunctions.end(); ++it) in debugPrintDataSampleStyle()