summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Configuration.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-03 01:00:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-03 01:00:54 +0000
commit785b34e6b2743e3303dcd56d269259da73c40dfb (patch)
treed6cc5eb0be4404b51a59f5460a76a3ecb355ba21 /services/audioflinger/Configuration.h
parenta5c5ad3615613ac0f15012e9e07a34582da7fe77 (diff)
parent214b406c813e5baca3e4b5cdc1d986de35f09bbb (diff)
downloadframeworks_av-785b34e6b2743e3303dcd56d269259da73c40dfb.zip
frameworks_av-785b34e6b2743e3303dcd56d269259da73c40dfb.tar.gz
frameworks_av-785b34e6b2743e3303dcd56d269259da73c40dfb.tar.bz2
Merge "Rename FAST_MIXER_STATISTICS to FAST_THREAD_STATISTICS"
Diffstat (limited to 'services/audioflinger/Configuration.h')
-rw-r--r--services/audioflinger/Configuration.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/services/audioflinger/Configuration.h b/services/audioflinger/Configuration.h
index 6a8aeb1..845697a 100644
--- a/services/audioflinger/Configuration.h
+++ b/services/audioflinger/Configuration.h
@@ -29,9 +29,8 @@
// uncomment to display CPU load adjusted for CPU frequency
//#define CPU_FREQUENCY_STATISTICS
-// uncomment to enable fast mixer to take performance samples for later statistical analysis
-#define FAST_MIXER_STATISTICS
-// FIXME rename to FAST_THREAD_STATISTICS
+// uncomment to enable fast threads to take performance samples for later statistical analysis
+#define FAST_THREAD_STATISTICS
// uncomment for debugging timing problems related to StateQueue::push()
//#define STATE_QUEUE_DUMP