]> git.ipfire.org Git - thirdparty/git.git/commit - cache-tree.c
cache-tree: use trace2 in cache_tree_update()
authorDerrick Stolee <dstolee@microsoft.com>
Mon, 4 Jan 2021 03:09:12 +0000 (03:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Jan 2021 23:23:08 +0000 (15:23 -0800)
commitfa7ca5d4fe0be77329249954a42a0d1bed5a5aa8
treeb05046f65234db0a6494cfd2a0d594f896986bd5
parentc338898a47829cf27ebccf5415c308dd59f9d3a6
cache-tree: use trace2 in cache_tree_update()

This matches a trace_performance_enter()/trace_performance_leave() pair
added by 0d1ed59 (unpack-trees: add performance tracing, 2018-08-18).

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache-tree.c