comparison 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
comparison
equal deleted inserted replaced
182:f75f8a1cd7b1 183:146eb9e35baa
122 bool m_polar; 122 bool m_polar;
123 123
124 size_t m_width; 124 size_t m_width;
125 size_t m_height; 125 size_t m_height;
126 size_t m_cacheWidth; 126 size_t m_cacheWidth;
127 size_t m_cacheWidthPower;
128 size_t m_cacheWidthMask;
127 bool m_memoryCache; 129 bool m_memoryCache;
128 bool m_compactCache; 130 bool m_compactCache;
129 131
130 typedef std::vector<FFTCache *> CacheVector; 132 typedef std::vector<FFTCache *> CacheVector;
131 CacheVector m_caches; 133 CacheVector m_caches;