Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_bool
[gitweb.git]
/
trace.h
diff --git
a/trace.h
b/trace.h
index c843e681a76642c2b69290f9a38168441167501e..ae6a3329470cae428bb0864e51b14ea42078b182 100644
(file)
--- a/
trace.h
+++ b/
trace.h
@@
-17,6
+17,7
@@
extern void trace_repo_setup(const char *prefix);
extern int trace_want(struct trace_key *key);
extern void trace_disable(struct trace_key *key);
extern uint64_t getnanotime(void);
+extern void trace_command_performance(const char **argv);
#ifndef HAVE_VARIADIC_MACROS