]> git.ipfire.org Git - thirdparty/git.git/commit
send-pack: add new tracing regions for push
authorCalvin Wan <calvinwan@google.com>
Thu, 22 Aug 2024 21:57:47 +0000 (14:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Aug 2024 22:02:32 +0000 (15:02 -0700)
commitdb5281276ecdeeb19acea3391804e9ab1ebcd884
tree35111a09e03ac95aee00b0ffd7426e5a27096070
parenta45ab549879d0f8e2524f820796daf2f6a1f7d00
send-pack: add new tracing regions for push

At $DAYJOB we experienced some slow pushes and needed additional trace
data to diagnose them.

Add trace2 regions for various sections of send_pack().

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
send-pack.c