Changes between Version 5 and Version 6 of Memory Use


Ignore:
Timestamp:
Jul 10, 2008 2:56:32 PM (16 years ago)
Author:
ggaren@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Memory Use

    v5 v6  
    8888On Mac: Record whether you saw a "World Leak" dialog.
    8989
    90 On Windows: Using the debugger, record 'PageLoadTestRunner::worldLeaksString()'. You should see only 1 WebView and 1 WebFrame (your empty window).
     90On Windows: Using the debugger, open a watch window for WebViewCount, WebFrameViewCount, and WebFrameCount. Each count should be 1 (representing your empty window). For a broader perspective, you can also watch gClassCount, which counts all classes in the WebKit API.
    9191
    9292'''2. Check the JavaScript object footprint'''