]> git.ipfire.org Git - thirdparty/git.git/commit
pack-bitmap: extra trace2 information
authorTaylor Blau <me@ttaylorr.com>
Thu, 23 May 2024 21:27:15 +0000 (17:27 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 May 2024 18:40:44 +0000 (11:40 -0700)
commit25163f50a238087f5157e73eb645ddc5b2d133d7
treef14e99efdadb63512ec1d241a3be4af94ff6737d
parent11d45a6e6a0639705b7ccf767e897e1870ece89b
pack-bitmap: extra trace2 information

Add some extra trace2 lines to capture the number of bitmap lookups that
are hits versus misses, as well as the number of reachability roots that
have bitmap coverage (versus those that do not).

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-bitmap.c