contrib/buildsystems: optionally capture the dry-run in a file
[gitweb.git] / common-main.c
index 6dbdc4adf272ef9491d3c82b61fcf4da867f5242..582a7b18869fb80c94b3a0057e4cb9ced4c6f1c2 100644 (file)
@@ -27,6 +27,8 @@ int main(int argc, const char **argv)
 {
        int result;
 
+       trace2_initialize_clock();
+
        /*
         * Always open file descriptors 0/1/2 to avoid clobbering files
         * in die().  It also avoids messing up when the pipes are dup'ed
@@ -35,10 +37,11 @@ int main(int argc, const char **argv)
        sanitize_stdfds();
        restore_sigpipe_to_default();
 
+       git_resolve_executable_dir(argv[0]);
+
        trace2_initialize();
        trace2_cmd_start(argv);
-
-       git_resolve_executable_dir(argv[0]);
+       trace2_collect_process_info(TRACE2_PROCESS_INFO_STARTUP);
 
        git_setup_gettext();