trace2:gvfs:experiment: add region to apply_virtualfilesystem()

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
This commit is contained in:
Jeff Hostetler 2019-07-16 09:09:53 -04:00 коммит произвёл Victoria Dye
Родитель 6a83a5d945
Коммит ffbae8c956
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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);
}
/*