Skip to content
  • commit-queue@webkit.org's avatar
    Rename window.internals.fastMallocStatistics to mallocStatistics · 4ba6cdbe
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=94033
    
    Patch by Scott Graham <scottmg@chromium.org> on 2012-08-15
    Reviewed by Adam Barth.
    
    PerformanceTests:
    
    * resources/runner.js:
    (PerfTestRunner.storeHeapResults):
    (PerfTestRunner.getUsedMallocHeap):
    (PerfTestRunner.getAndPrintMemoryStatistics):
    (PerfTestRunner.initAndStartLoop):
    
    Source/WebCore:
    
    Mechanical rename. In preparation for plumbing allocation information
    from allocators that aren't "fastMalloc".
    
    * CMakeLists.txt:
    * DerivedSources.make:
    * DerivedSources.pri:
    * GNUmakefile.list.am:
    * Target.pri:
    * WebCore.gyp/WebCore.gyp:
    * WebCore.gypi:
    * WebCore.vcproj/WebCoreTestSupport.vcproj:
    * WebCore.xcodeproj/project.pbxproj:
    * loader/DocumentLoader.h:
    (WebCore::DocumentLoader::didTellClientAboutLoad):
    * loader/cache/CachedResourceLoader.cpp:
    (WebCore::CachedResourceLoader::loadResource):
    * testing/FastMallocStatistics.h: Removed.
    * testing/FastMallocStatistics.idl: Removed.
    * testing/Internals.cpp:
    (WebCore::Internals::mallocStatistics):
    * testing/Internals.h:
    (WebCore):
    (Internals):
    * testing/Internals.idl:
    * testing/MallocStatistics.h: Added.
    * testing/MallocStatistics.idl: Added.
    
    Tools:
    
    * GNUmakefile.am:
    * Scripts/webkitpy/performance_tests/perftest.py:
    (PerfTest):
    * Scripts/webkitpy/performance_tests/perftestsrunner_unittest.py:
    (test_run_memory_test):
    
    LayoutTests:
    
    * fast/harness/fastmallocstatistics-object.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@125691 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4ba6cdbe