зеркало из https://github.com/microsoft/git.git
gvfs:trace2:data: status serialization
Add trace information around status serialization. Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
This commit is contained in:
Родитель
e2283ac458
Коммит
3f77eb0a9f
|
@ -297,6 +297,8 @@ void wt_status_serialize_v1(int fd, struct wt_status *s)
|
||||||
struct string_list_item *iter;
|
struct string_list_item *iter;
|
||||||
int k;
|
int k;
|
||||||
|
|
||||||
|
trace2_region_enter("status", "serialize", the_repository);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* version header must be first line.
|
* version header must be first line.
|
||||||
*/
|
*/
|
||||||
|
@ -330,4 +332,6 @@ void wt_status_serialize_v1(int fd, struct wt_status *s)
|
||||||
}
|
}
|
||||||
packet_flush(fd);
|
packet_flush(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
trace2_region_leave("status", "serialize", the_repository);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче