]> git.proxmox.com Git - libgit2.git/commit - include/git2/checkout.h
checkout: introduce git_checkout_perfdata
authorEdward Thomson <ethomson@microsoft.com>
Mon, 12 Jan 2015 22:16:27 +0000 (16:16 -0600)
committerEdward Thomson <ethomson@microsoft.com>
Tue, 20 Jan 2015 23:12:23 +0000 (17:12 -0600)
commit1d50b3649d578f12918b7996ad7b98a438bc0616
tree57ee1b06924739f57a3c3b98cffd58ee7d02740d
parent93b4a50de1b124bf1808dbe55b9b5352274622e1
checkout: introduce git_checkout_perfdata

Checkout can now provide performance data about the number of (some)
syscalls performed using an optional callback.
include/git2/checkout.h
src/checkout.c
src/fileops.c
src/fileops.h
tests/checkout/tree.c