Create pack_report() as a debugging aid.
commita53128b60162d7a84adca4206540df5b8e3d9dc8
authorShawn O. Pearce <spearce@spearce.org>
Sat, 23 Dec 2006 07:34:47 +0000 (23 02:34 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 29 Dec 2006 19:36:45 +0000 (29 11:36 -0800)
treea4d4f0e6e6ba5cc9038aa7794382b6fd3e432dd5
parent11daf39b74321d02d574479def29939d67c319ad
Create pack_report() as a debugging aid.

Much like the alloc_report() function can be useful to report on
object allocation statistics while debugging the new pack_report()
function can be useful to report on the behavior of the mmap window
code used for packfile access.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
sha1_file.c