Changes between Version 5 and Version 6 of Memory Use
- Timestamp:
- Jul 10, 2008, 2:56:32 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Memory Use
v5 v6 88 88 On Mac: Record whether you saw a "World Leak" dialog. 89 89 90 On Windows: Using the debugger, record 'PageLoadTestRunner::worldLeaksString()'. You should see only 1 WebView and 1 WebFrame (your empty window).90 On 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. 91 91 92 92 '''2. Check the JavaScript object footprint'''