* [RFC/PATCH v4 0/3] add performance tracing facility
@ 2014-05-20 19:11 Karsten Blees
0 siblings, 0 replies; only message in thread
From: Karsten Blees @ 2014-05-20 19:11 UTC (permalink / raw)
To: Git List, msysGit
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
--
--
*** Please reply-to-all at all times ***
*** (do not pretend to know who is subscribed and who is not) ***
*** Please avoid top-posting. ***
The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free.
You received this message because you are subscribed to the Google
Groups "msysGit" group.
To post to this group, send email to msysgit@googlegroups.com
To unsubscribe from this group, send email to
msysgit+unsubscribe@googlegroups.com
For more options, and view previous threads, visit this group at
http://groups.google.com/group/msysgit?hl=en_US?hl=en
---
You received this message because you are subscribed to the Google Groups "msysGit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-20 19:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 19:11 [RFC/PATCH v4 0/3] add performance tracing facility Karsten Blees
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).