diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2021-01-04 03:09:13 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-01-15 23:04:21 -0800 |
commit | 4c3e18723cc4ba7a74e067e85831530285f4dd35 (patch) | |
tree | f3abf2a4fbdad514ae218900aadbbde83fa97c20 /git-merge-octopus.sh | |
parent | cache-tree: use trace2 in cache_tree_update() (diff) | |
download | tgif-4c3e18723cc4ba7a74e067e85831530285f4dd35.tar.xz |
cache-tree: trace regions for I/O
As we write or read the cache tree index extension, it can be good to
isolate how much of the file I/O time is spent constructing this
in-memory tree from the existing index or writing it out again to the
new index file. Use trace2 regions to indicate that we are spending time
on this operation.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-merge-octopus.sh')
0 files changed, 0 insertions, 0 deletions