Dump to 'allocations.log' in current process directory instead.

This commit is contained in:
waterson%netscape.com 2000-12-19 23:40:54 +00:00
Родитель d54d395867
Коммит e8141655e1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,6 +3,6 @@
<title>Live Bloat Dump</title>
</head>
<body>
<button onclick="window.TraceMallocDumpAllocations('/tmp/dump.log');">Dump to /tmp/dump.log</button>
<button onclick="window.TraceMallocDumpAllocations('allocations.log');">Dump to allocations.log</button>
</body>
</html>