wt-status: simplify performance measurement by using getnanotime()
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 778057294892d68b3dee58869cf22265223cab83..d4daeb860466ee9dcb5306a9d2893adfa448a4b8 100644 (file)
--- a/git.c
+++ b/git.c
@@ -568,6 +568,8 @@ int main(int argc, char **av)
 
        git_setup_gettext();
 
+       trace_command_performance(argv);
+
        /*
         * "git-xxxx" is the same as "git xxxx", but we obviously:
         *