Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerrick Stolee <dstolee@microsoft.com>2021-01-04 06:09:11 +0300
committerJunio C Hamano <gitster@pobox.com>2021-01-05 02:23:08 +0300
commitc338898a47829cf27ebccf5415c308dd59f9d3a6 (patch)
tree6690edab8ffbb3554d165d5010c54f8c73c28375 /cache-tree.c
parentda8be8ced672fc00d5dea8a95d04854b2e35d925 (diff)
unpack-trees: add trace2 regions
The unpack_trees() method is quite complicated and its performance can change dramatically depending on how it is used. We already have some performance tracing regions, but they have not been updated to the trace2 API. Do so now. We already have trace2 regions in unpack_trees.c:clear_ce_flags(), which uses a linear scan through the index without recursing into trees. Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache-tree.c')
0 files changed, 0 insertions, 0 deletions