help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Speeding up Emacs load time


From: J. David Boyd
Subject: Re: Speeding up Emacs load time
Date: Fri, 28 Jun 2013 08:48:15 -0400
User-agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/24.3 (cygwin)

Bob Proulx <bob@proulx.com> writes:

>
> Timings from my system after much optimization.
>
>   $ time emacs -f kill-emacs
>   real    0m0.157s
>   user    0m0.140s
>   sys     0m0.012s
>   $ time emacs -q -f kill-emacs
>   real    0m0.137s
>   user    0m0.116s
>   sys     0m0.016s
>   $ time emacs -Q -f kill-emacs
>   real    0m0.051s
>   user    0m0.028s
>   sys     0m0.020s
>
> Bob


Here's mine at present.  I'll have to work at it and see if I can approach
your times...


$ time emacs -f kill-emacs

real    0m23.400s
user    0m7.199s
sys     0m9.500s

$ time emacs -q -f kill-emacs

real    0m1.710s
user    0m1.170s
sys     0m0.249s

$ time emacs -Q -f kill-emacs

real    0m1.680s
user    0m1.201s
sys     0m0.217s






reply via email to

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