зеркало из https://github.com/microsoft/git.git
trace2:gvfs:experiment: add region to apply_virtualfilesystem()
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
This commit is contained in:
Родитель
6a83a5d945
Коммит
ffbae8c956
|
@ -268,6 +268,8 @@ void apply_virtualfilesystem(struct index_state *istate)
|
|||
if (!git_config_get_virtualfilesystem())
|
||||
return;
|
||||
|
||||
trace2_region_enter("vfs", "apply", the_repository);
|
||||
|
||||
if (!virtual_filesystem_data.len)
|
||||
get_virtual_filesystem_data(&virtual_filesystem_data);
|
||||
|
||||
|
@ -338,6 +340,8 @@ void apply_virtualfilesystem(struct index_state *istate)
|
|||
trace2_data_intmax("vfs", the_repository, "apply/nr_bulk_skip", nr_bulk_skip);
|
||||
trace2_data_intmax("vfs", the_repository, "apply/nr_explicit_skip", nr_explicit_skip);
|
||||
}
|
||||
|
||||
trace2_region_leave("vfs", "apply", the_repository);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче