diff base/RealTime.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 3c1d5ef43baa
children 21b9b25bff48
line wrap: on
line diff
--- a/base/RealTime.h	Mon Oct 09 10:49:46 2006 +0000
+++ b/base/RealTime.h	Tue Oct 10 14:51:17 2006 +0000
@@ -92,6 +92,7 @@
         else return sec <= r.sec;
     }
 
+    RealTime operator*(int m) const;
     RealTime operator/(int d) const;
 
     // Find the fractional difference between times