Skip to content
  • kmccullough@apple.com's avatar
    JavaScriptCore: · 6101f799
    kmccullough@apple.com authored
    2008-05-14  Kevin McCullough  <kmccullough@apple.com>
    
            Reviewed by John.
    
            <rdar://problem/5770054> JavaScript profiler (10928)
            - Have each FunctionCallProfile be able to return it's total and self time.
    
            * JavaScriptCore.exp:
            * profiler/FunctionCallProfile.cpp:
            (KJS::FunctionCallProfile::selfTime):
            * profiler/FunctionCallProfile.h:
            (KJS::FunctionCallProfile::totalTime):
    
    WebCore:
    
    2008-05-14  Kevin McCullough  <kmccullough@apple.com>
    
            Reviewed by John.
    
            -<rdar://problem/5770054> JavaScript profiler (10928)
            Use the FunctionCallProfile's new total and self time functions.
    
            * page/JavaScriptFunctionCallProfile.cpp:
            (WebCore::getTotalTime):
            (WebCore::getSelfTime):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@33464 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6101f799