We'd like to collect better statistics about where the time is spent in fetches and pushes so that we can hopefully identify some areas for future optimization. So let's add some trace2 regions around some of the fetch/push phases so we can break down their timing. Josh Steadmon (2): fetch: add trace2 instrumentation push: add trace2 instrumentation builtin/fetch.c | 22 +++++++++++++++------- builtin/push.c | 2 ++ fetch-pack.c | 13 ++++++++++++- transport.c | 14 ++++++++++++-- 4 files changed, 41 insertions(+), 10 deletions(-) -- 2.23.0.444.g18eeb5a265-goog