Commit 1250dff
merge-ort: do leave trace2 region even if checkout fails
In 557ac03 (merge-ort: begin performance work; instrument with
trace2_region_* calls, 2021-01-23), we added Trace2 instrumentation, but
in the error path that returns early, we forgot to tell Trace2 that
we're leaving the region. Let's fix that.
Pointed-out-by: Elijah Newren <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
Reviewed-by: Elijah Newren <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>1 parent fef2b6d commit 1250dff
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4226 | 4226 | | |
4227 | 4227 | | |
4228 | 4228 | | |
| 4229 | + | |
4229 | 4230 | | |
4230 | 4231 | | |
4231 | 4232 | | |
| |||
4237 | 4238 | | |
4238 | 4239 | | |
4239 | 4240 | | |
| 4241 | + | |
| 4242 | + | |
4240 | 4243 | | |
4241 | 4244 | | |
4242 | 4245 | | |
| |||
0 commit comments