emacs-devel
[Top][All Lists]
Advanced

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

Re: What have the Romans done for us? (Bazaar)


From: Andreas Schwab
Subject: Re: What have the Romans done for us? (Bazaar)
Date: Tue, 06 Apr 2010 17:24:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Alan Mackenzie <address@hidden> writes:

> $ time bzr log -n0 --show-ids lisp/progmodes/cc-engine.el > /dev/null
> real    0m38.924s
> user    0m38.276s
> sys     0m0.538s
>
> That is so slow it almost transforms an interactive shell into batch
> mode.

$ time bzr log -n0 --show-ids lisp/progmodes/cc-engine.el > /dev/null
8.909user 0.216system 0m9.282selapsed 98.30%CPU
$ time git log -- lisp/progmodes/cc-engine.el > /dev/null
3.471user 0.086system 0m3.620selapsed 98.28%CPU
$ time bzr log -n0 --show-ids lisp/progmodes/cc-engine.el | head -1
------------------------------------------------------------
8.746user 0.181system 0m9.064selapsed 98.48%CPU
$ time git log -- lisp/progmodes/cc-engine.el | head -1
commit 988562867ec75bdbfc44d317fa2cb15fbd43dc00
0.013user 0.012system 0m0.024selapsed 103.85%CPU

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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