* git-log: --topo-order speed-ups the thing !?
@ 2007-07-17 19:13 Marco Costalba
0 siblings, 0 replies; only message in thread
From: Marco Costalba @ 2007-07-17 19:13 UTC (permalink / raw)
To: Git Mailing List
Testing with git log performance on Linux tree I found this
interesting and unexpected result:
$ time git log --parents --boundary --pretty=raw -z --log-size
--topo-order HEAD > /dev/null
6.85user 0.20system 0:07.05elapsed 100%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+21142minor)pagefaults 0swaps
$ time git log --parents --boundary --pretty=raw -z --log-size HEAD > /dev/null
7.01user 0.09system 0:07.10elapsed 100%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+11128minor)pagefaults 0swaps
Although page faults are more or less the half, execution time is
faster _with_ --topo-order option.
Someone could explain why?
Thanks
Marco
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-17 19:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-17 19:13 git-log: --topo-order speed-ups the thing !? Marco Costalba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).