diff data/fft/FFTDataServer.h @ 183:146eb9e35baa

* Improve output from Profiler class and make it incur less (no) overhead in release builds with NO_TIMING defined * Fix a lock contention issue in spectrogram * Marginal optimisations elsewhere
author Chris Cannam
date Tue, 10 Oct 2006 14:51:17 +0000
parents a2a8a2b6653a
children 91fdc752e540
line wrap: on
line diff
--- a/data/fft/FFTDataServer.h	Mon Oct 09 10:49:46 2006 +0000
+++ b/data/fft/FFTDataServer.h	Tue Oct 10 14:51:17 2006 +0000
@@ -124,6 +124,8 @@
     size_t m_width;
     size_t m_height;
     size_t m_cacheWidth;
+    size_t m_cacheWidthPower;
+    size_t m_cacheWidthMask;
     bool m_memoryCache;
     bool m_compactCache;