]> arthur.barton.de Git - bup.git/commit
git.py: keep statistics on how much sha1 searching we had to do.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 27 Aug 2010 01:29:36 +0000 (18:29 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 27 Aug 2010 02:28:40 +0000 (19:28 -0700)
commit9fbcff9aba8331769d80bf7fd7ba9fe3ecbd7863
treee29cd6a8429f66a3e4072a3cc7a91df70cfd83df
parent94b76f87a378b604f52308d6552975cd2b428ba7
git.py: keep statistics on how much sha1 searching we had to do.

And cmd/memtest prints out the results.  Unfortunately this slows down
memtest runs by 0.126/2.526 = 5% or so.  Yuck.  Well, we can take it out
later.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/memtest-cmd.py
lib/bup/git.py