comparison lisp/diagnose.el @ 3320:a921f5f2aa11

[xemacs-hg @ 2006-03-31 08:39:09 by crestani] * diagnose.el (show-mc-alloc-memory-usage): Rename buffer to "mc-alloc memory usage" to avoid name clash with show-memory-usage.
author crestani
date Fri, 31 Mar 2006 08:39:10 +0000
parents 509d2981ffea
children 099851392ea7
comparison
equal deleted inserted replaced
3319:2f13ae1532db 3320:a921f5f2aa11
250 (heap-sects (second stats)) 250 (heap-sects (second stats))
251 (used-plhs (third stats)) 251 (used-plhs (third stats))
252 (free-plhs (fourth stats)) 252 (free-plhs (fourth stats))
253 (globals (fifth stats)) 253 (globals (fifth stats))
254 (mc-malloced-bytes (sixth stats))) 254 (mc-malloced-bytes (sixth stats)))
255 (with-output-to-temp-buffer "*memory usage*" 255 (with-output-to-temp-buffer "*mc-alloc memory usage*"
256 (flet ((print-used-plhs (text plhs) 256 (flet ((print-used-plhs (text plhs)
257 (let ((sum-n-pages 0) 257 (let ((sum-n-pages 0)
258 (sum-used-n-cells 0) 258 (sum-used-n-cells 0)
259 (sum-used-space 0) 259 (sum-used-space 0)
260 (sum-used-total 0) 260 (sum-used-total 0)