OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 | 2 |
3 <!-- | 3 <!-- |
4 about:memory template page | 4 about:memory template page |
5 --> | 5 --> |
6 <html id="t"> | 6 <html id="t"> |
7 <head> | 7 <head> |
8 <title>About Memory</title> | 8 <title>About Memory</title> |
9 <link rel="stylesheet" href="shared/css/about_memory.css"> | 9 <link rel="stylesheet" href="shared/css/about_memory.css"> |
10 <style> | 10 <style> |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 Summary of memory used by currently active browsers.<p> | 50 Summary of memory used by currently active browsers.<p> |
51 For Chromium, processes used to to display diagnostics | 51 For Chromium, processes used to to display diagnostics |
52 information (such as this "about:memory") are excluded. | 52 information (such as this "about:memory") are excluded. |
53 </p> | 53 </p> |
54 </div> | 54 </div> |
55 </div> | 55 </div> |
56 </h2> | 56 </h2> |
57 | 57 |
58 <table class='list' id='browserComparison'> | 58 <table class='list' id='browserComparison'> |
59 <colgroup> | 59 <colgroup> |
60 <col class='name' /> | 60 <col class='name'> |
61 <col class='number' /> | 61 <col class='number'> |
62 <col class='number' /> | 62 <col class='number'> |
63 <col class='number' /> | 63 <col class='number'> |
64 <col class='number' /> | 64 <col class='number'> |
65 </colgroup> | 65 </colgroup> |
66 <tr class='firstRow doNotFilter'> | 66 <tr class='firstRow doNotFilter'> |
67 <th> | 67 <th> |
68 </th> | 68 </th> |
69 <th colspan='4'> | 69 <th colspan='4'> |
70 Memory | 70 Memory |
71 <div class='help'> | 71 <div class='help'> |
72 <div> | 72 <div> |
73 <p> | 73 <p> |
74 <strong>Memory</strong> | 74 <strong>Memory</strong> |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 </td> | 137 </td> |
138 </tr> | 138 </tr> |
139 </table> | 139 </table> |
140 <div class=otherbrowsers jsdisplay="browsers.length == 1"> | 140 <div class=otherbrowsers jsdisplay="browsers.length == 1"> |
141 Note: If other browsers (e.g., Safari, Firefox, Camino) are running, I'l
l show their memory details here. | 141 Note: If other browsers (e.g., Safari, Firefox, Camino) are running, I'l
l show their memory details here. |
142 </div> | 142 </div> |
143 <div class="otherbrowsers"> | 143 <div class="otherbrowsers"> |
144 (Bug: We seriously overcount our own memory usage: <a href="http://crbug
.com/25454">Issue 25454</a>.) | 144 (Bug: We seriously overcount our own memory usage: <a href="http://crbug
.com/25454">Issue 25454</a>.) |
145 </div> | 145 </div> |
146 | 146 |
147 <br /><br /><br /> | 147 <br><br><br> |
148 | 148 |
149 <h2> | 149 <h2> |
150 Processes | 150 Processes |
151 <div class='help'> | 151 <div class='help'> |
152 <div> | 152 <div> |
153 <p> | 153 <p> |
154 Details of memory usage for each of Chromium's processes. | 154 Details of memory usage for each of Chromium's processes. |
155 </p> | 155 </p> |
156 </div> | 156 </div> |
157 </div> | 157 </div> |
158 </h2> | 158 </h2> |
159 | 159 |
160 <table class='list' id='memoryDetails'> | 160 <table class='list' id='memoryDetails'> |
161 <colgroup> | 161 <colgroup> |
162 <col class='pid' /> | 162 <col class='pid'> |
163 <col class='name' /> | 163 <col class='name'> |
164 <col class='number' /> | 164 <col class='number'> |
165 <col class='number' /> | 165 <col class='number'> |
166 <col class='number' /> | 166 <col class='number'> |
167 <col class='number' /> | 167 <col class='number'> |
168 </colgroup> | 168 </colgroup> |
169 <tr class='firstRow doNotFilter'> | 169 <tr class='firstRow doNotFilter'> |
170 <th> | 170 <th> |
171 </th> | 171 </th> |
172 <th> | 172 <th> |
173 </th> | 173 </th> |
174 <th colspan='4'> | 174 <th colspan='4'> |
175 Memory | 175 Memory |
176 </th> | 176 </th> |
177 </tr> | 177 </tr> |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 </td> | 248 </td> |
249 </tr> | 249 </tr> |
250 </table> | 250 </table> |
251 <div class="otherbrowsers"> | 251 <div class="otherbrowsers"> |
252 (Note: Due to memory sharing between processes, summing memory usage doe
s not give total memory usage.) | 252 (Note: Due to memory sharing between processes, summing memory usage doe
s not give total memory usage.) |
253 </div> | 253 </div> |
254 </div> | 254 </div> |
255 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 255 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
256 </body> | 256 </body> |
257 </html> | 257 </html> |
OLD | NEW |