emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Defcustoms, how do users find them?


From: Lennart Borgman
Subject: Re: Defcustoms, how do users find them?
Date: Thu, 26 Nov 2009 17:42:48 +0100

On Thu, Nov 26, 2009 at 1:51 PM, Lennart Borgman
<address@hidden> wrote:
> On Wed, Nov 18, 2009 at 3:34 PM, Stefan Monnier
> <address@hidden> wrote:
>>
>> Checking memory use of your scheme would be a good idea, yes, because
>
> How do I do that?

I tried using garbage-collection to get memory use. Is this output of
some value? I have just ran my version of cus-load.el with all the
defcustom:s.

(message "gc => %S" (garbage-collect))
(load-file "my-cus-load.el")
(message "gc => %S" (garbage-collect))

;;; after emacs -Q
;; gc => ((64567 . 8541) (14423 . 0) (726 . 107) 88519 295966 (50 .
70) (347 . 97) (5376 . 3255))
;; Loading c:/emacs/p/091105/emacs/lisp/my-cus-load.el (source)...done
;; gc => ((91214 . 17541) (21758 . 0) (722 . 111) 258011 294763 (50 .
70) (348 . 96) (13174 . 4466))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]