Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/profiler/
DProfile.cpp125 NameCountPairVector sortedFunctions(countedFunctions.size()); in debugPrintDataSampleStyle() local
126 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()