| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 2 <HTML> | 2 <HTML> |
| 3 | 3 |
| 4 <HEAD> | 4 <HEAD> |
| 5 <link rel="stylesheet" href="designstyle.css"> | 5 <link rel="stylesheet" href="designstyle.css"> |
| 6 <title>Google Heap Profiler</title> | 6 <title>Google Heap Profiler</title> |
| 7 </HEAD> | 7 </HEAD> |
| 8 | 8 |
| 9 <BODY> | 9 <BODY> |
| 10 | 10 |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 | 359 |
| 360 <li> Due to a hack we make to work around a possible gcc bug, your | 360 <li> Due to a hack we make to work around a possible gcc bug, your |
| 361 profiles may end up named strangely if the first character of | 361 profiles may end up named strangely if the first character of |
| 362 your HEAPPROFILE variable has ascii value greater than 127. | 362 your HEAPPROFILE variable has ascii value greater than 127. |
| 363 This should be exceedingly rare, but if you need to use such a | 363 This should be exceedingly rare, but if you need to use such a |
| 364 name, just set prepend <code>./</code> to your filename: | 364 name, just set prepend <code>./</code> to your filename: |
| 365 <code>HEAPPROFILE=./Ägypten</code>. | 365 <code>HEAPPROFILE=./Ägypten</code>. |
| 366 </ul> | 366 </ul> |
| 367 | 367 |
| 368 <hr> | 368 <hr> |
| 369 <address>Sanjay Ghemawat<br> | 369 <address>Sanjay Ghemawat |
| 370 <!-- Created: Tue Dec 19 10:43:14 PST 2000 --> | 370 <!-- Created: Tue Dec 19 10:43:14 PST 2000 --> |
| 371 <!-- hhmts start --> | |
| 372 Last modified: Sat Feb 24 14:33:15 PST 2007 (csilvers) | |
| 373 <!-- hhmts end --> | |
| 374 </address> | 371 </address> |
| 375 </body> | 372 </body> |
| 376 </html> | 373 </html> |
| OLD | NEW |