Re: [PATCH 10/14] pack-objects: add trace2 regions

2019-01-22 Thread Derrick Stolee
On 1/22/2019 4:22 PM, Derrick Stolee via GitGitGadget wrote: From: Derrick Stolee When studying the performance of 'git push' we would like to know how much time is spent at various parts of the command. One area that could cause performance trouble is 'git pack-objects'. Add trace2 regions ar

[PATCH 10/14] pack-objects: add trace2 regions

2019-01-22 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee When studying the performance of 'git push' we would like to know how much time is spent at various parts of the command. One area that could cause performance trouble is 'git pack-objects'. Add trace2 regions around the three main actions taken in this command: 1. Enumerat