"Erik Chen via GitGitGadget" [off-list ref] writes:
From: Erik Chen <redacted>
Add trace2 regions to fetch-pack.c to better track time spent in the various
phases of a fetch:
* parsing remote refs and finding a cutoff
* marking local refs as complete
* marking complete remote refs as common
All stages could potentially be slow for repositories with many refs.
Signed-off-by: Erik Chen <redacted>
---
fetch-pack.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
Thanks, will queue.