"Erik Chen via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Erik Chen <erikchen@xxxxxxxxxxxx> > > 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 <erikchen@xxxxxxxxxxxx> > --- > fetch-pack.c | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) Thanks, will queue.