summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-30 15:24:31 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-30 15:24:31 +0000
commit51138ef75b4c59ea5a0c35c23906a093c1e34b2c (patch)
treefe6a084218f77a0ddce1a94762f62781f2416345 /libs/ardour/ardour/debug.h
parent6fe7e0dea117988e777131b33e4901894ba51504 (diff)
update CycleTimer to utilize NDEBUG and PBD::DEBUG so that we can leave them in place and use them at run time
git-svn-id: svn://localhost/ardour2/branches/3.0@10840 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/debug.h')
-rw-r--r--libs/ardour/ardour/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/debug.h b/libs/ardour/ardour/debug.h
index 0351aace1f..8ab4a4d9fd 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -54,6 +54,7 @@ namespace PBD {
extern uint64_t PluginManager;
extern uint64_t AudioUnits;
extern uint64_t ControlProtocols;
+ extern uint64_t CycleTimers;
}
}