Skip to content
  • kmccullough@apple.com's avatar
    JavaScriptCore: · 944b8621
    kmccullough@apple.com authored
    2008-05-14  Kevin McCullough  <kmccullough@apple.com>
    
            Reviewed by Sam.
    
            <rdar://problem/5770054> JavaScript profiler (10928)
            - Rename FunctionCallProfile to ProfileNode.
    
            * GNUmakefile.am:
            * JavaScriptCore.exp:
            * JavaScriptCore.pri:
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
            * JavaScriptCore.xcodeproj/project.pbxproj:
            * JavaScriptCoreSources.bkl:
            * profiler/FunctionCallProfile.cpp: Removed.
            * profiler/FunctionCallProfile.h: Removed.
            * profiler/Profile.cpp:
            (KJS::Profile::Profile):
            (KJS::Profile::willExecute):
            * profiler/Profile.h:
            (KJS::Profile::callTree):
            * profiler/ProfileNode.cpp: Copied from profiler/FunctionCallProfile.cpp.
            (KJS::ProfileNode::ProfileNode):
            (KJS::ProfileNode::willExecute):
            (KJS::ProfileNode::didExecute):
            (KJS::ProfileNode::addChild):
            (KJS::ProfileNode::findChild):
            (KJS::ProfileNode::stopProfiling):
            (KJS::ProfileNode::selfTime):
            (KJS::ProfileNode::printDataInspectorStyle):
            (KJS::ProfileNode::printDataSampleStyle):
            (KJS::ProfileNode::endAndRecordCall):
            * profiler/ProfileNode.h: Copied from profiler/FunctionCallProfile.h.
            (KJS::ProfileNode::create):
            (KJS::ProfileNode::children):
            * profiler/Profiler.cpp:
    
    WebCore:
    
    2008-05-14  Kevin McCullough  <kmccullough@apple.com>
    
            Reviewed by Sam.
    
            <rdar://problem/5770054> JavaScript profiler (10928)
            - Rename FunctionCallProfile to ProfileNode
    
            * ForwardingHeaders/profiler/FunctionCallProfile.h: Removed.
            * ForwardingHeaders/profiler/ProfileNode.h: Copied from ForwardingHeaders/profiler/FunctionCallProfile.h.
            * GNUmakefile.am:
            * WebCore.pro:
            * WebCore.vcproj/WebCore.vcproj:
            * WebCore.xcodeproj/project.pbxproj:
            * WebCoreSources.bkl:
            * page/JavaScriptFunctionCallProfile.cpp: Removed.
            * page/JavaScriptFunctionCallProfile.h: Removed.
            * page/JavaScriptProfile.cpp:
            * page/JavaScriptProfileNode.cpp: Copied from page/JavaScriptFunctionCallProfile.cpp.
            (WebCore::ProfileNodeCache):
            (WebCore::getFunctionName):
            (WebCore::getTotalTime):
            (WebCore::getSelfTime):
            (WebCore::getNumberOfCalls):
            (WebCore::getChildren):
            (WebCore::finalize):
            (WebCore::ProfileNodeClass):
            (WebCore::toJS):
            * page/JavaScriptProfileNode.h: Copied from page/JavaScriptFunctionCallProfile.h.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@33466 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    944b8621