From 214b406c813e5baca3e4b5cdc1d986de35f09bbb Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Mon, 2 Mar 2015 14:15:47 -0800 Subject: Rename FAST_MIXER_STATISTICS to FAST_THREAD_STATISTICS Change-Id: Idb5f5bf0c20bffff8536cf4a46f696e12e99e81b --- services/audioflinger/FastThreadDumpState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/audioflinger/FastThreadDumpState.h') diff --git a/services/audioflinger/FastThreadDumpState.h b/services/audioflinger/FastThreadDumpState.h index 17afbe5..67468b9 100644 --- a/services/audioflinger/FastThreadDumpState.h +++ b/services/audioflinger/FastThreadDumpState.h @@ -33,7 +33,7 @@ struct FastThreadDumpState { struct timespec mMeasuredWarmupTs; // measured warmup time uint32_t mWarmupCycles; // number of loop cycles required to warmup -#ifdef FAST_MIXER_STATISTICS +#ifdef FAST_THREAD_STATISTICS // Recently collected samples of per-cycle monotonic time, thread CPU time, and CPU frequency. // kSamplingN is max size of sampling frame (statistics), and must be a power of 2 <= 0x8000. // The sample arrays are virtually allocated based on this compile-time constant, -- cgit v1.1