HomeSort by relevance Sort by last modified time
    Searched full:countedfunctions (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/profiler/
Profile.cpp 120 FunctionCallHashCount countedFunctions;
122 m_head->debugPrintDataSampleStyle(0, countedFunctions);
125 NameCountPairVector sortedFunctions(countedFunctions.size());
126 copyToVector(countedFunctions, sortedFunctions);
ProfileNode.cpp 310 double ProfileNode::debugPrintDataSampleStyle(int indentLevel, FunctionCallHashCount& countedFunctions) const
321 countedFunctions.add(functionName().rep());
332 sumOfChildrensCount += (*currentChild)->debugPrintDataSampleStyle(indentLevel, countedFunctions);

Completed in 224 milliseconds