summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/debug.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-06-03 21:28:02 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-06-03 21:28:02 +0000
commit4d828729cdcc9fe391ffc3ef973a490da0dcebbb (patch)
tree56d3e9f71b9eebdc947d28e81a9ca2fd1e1a4791 /libs/ardour/ardour/debug.h
parentdb1fa42f14c54d9a9714aafe35d669a81469f964 (diff)
add DEBUG::ProcessThreads as a debug tag for parallelization (probably to be renamed)
git-svn-id: svn://localhost/ardour2/branches/3.0@7229 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 1cd8854fea..43fb468b7a 100644
--- a/libs/ardour/ardour/debug.h
+++ b/libs/ardour/ardour/debug.h
@@ -35,6 +35,7 @@ namespace PBD {
extern uint64_t Configuration;
extern uint64_t Latency;
extern uint64_t Processors;
+ extern uint64_t ProcessThreads;
extern uint64_t Graph;
extern uint64_t Destruction;
extern uint64_t MTC;