This is the POSIX port of the patches I typically use to track down msysgit
performance issues (thus v4, the latest windows-only version is here [1]).
Sebastian and Dscho thought this might be useful in core git, so here it is.

[1] https://github.com/msysgit/git/pull/46

Karsten Blees (3):
  add high resolution timer function to debug performance issues
  add trace_performance facility to debug performance issues
  add command performance tracing to debug scripted commands

 Makefile         |   7 +++
 cache.h          |  20 ++++++++
 config.mak.uname |   1 +
 git.c            |   2 +
 trace.c          | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 174 insertions(+)

-- 
1.9.2.msysgit.0.493.g47a82c3
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to