Jonathan Tan <jonathantanmy@xxxxxxxxxx> writes: > This is useful when investigating performance of pushes, and other times > when no progress information is written (because the pack is written to > stdout). > > Signed-off-by: Jonathan Tan <jonathantanmy@xxxxxxxxxx> > --- > We're trying to improve push performance, and it would be nice to be > able to observe the number of objects sent over each push, both to > correlate it with time taken (which is already traced) and to notice > situations when significantly more objects are being sent than needed. Thanks---I find it a laudable goal, too.