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 коммит произвёл Derrick Stolee
Родитель e0cd39d381
Коммит 65211e263a
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -263,6 +263,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);
@ -333,6 +335,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);
}
/*