Merge branch 'kb/perf-trace'
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2014 17:59:18 +0000 (10:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2014 17:59:19 +0000 (10:59 -0700)
* kb/perf-trace:
api-trace.txt: add trace API documentation
progress: simplify performance measurement by using getnanotime()
wt-status: simplify performance measurement by using getnanotime()
git: add performance tracing for git's main() function to debug scripts
trace: add trace_performance facility to debug performance issues
trace: add high resolution timer function to debug performance issues
trace: add 'file:line' to all trace output
trace: move code around, in preparation to file:line output
trace: add current timestamp to all trace output
trace: disable additional trace output for unit tests
trace: add infrastructure to augment trace output with additional info
sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API
Documentation/git.txt: improve documentation of 'GIT_TRACE*' variables
trace: improve trace performance
trace: remove redundant printf format attribute
trace: consistently name the format parameter
trace: move trace declarations from cache.h to new trace.h

1  2 
Documentation/git.txt
Makefile
builtin/receive-pack.c
cache.h
commit.h
config.mak.uname
git-compat-util.h
git.c
sha1_file.c
t/test-lib.sh
wt-status.c
Simple merge
diff --cc Makefile
Simple merge
Simple merge
diff --cc cache.h
Simple merge
diff --cc commit.h
Simple merge
Simple merge
Simple merge
diff --cc git.c
Simple merge
diff --cc sha1_file.c
Simple merge
diff --cc t/test-lib.sh
Simple merge
diff --cc wt-status.c
Simple merge