# HG changeset patch # User Chris Cannam # Date 1152288142 0 # Node ID fb8422cf4326d637aeed6a961304fca5836aa900 # Parent 53dfcd7db41992880e41ad78dd6c3baebbab8acd * MatrixFile::reset doesn't need to zero the file if it's in a mode in which it won't read anything from the file until it's written it itself anyway diff -r 53dfcd7db419 -r fb8422cf4326 base/Profiler.cpp --- a/base/Profiler.cpp Wed Jul 05 16:15:22 2006 +0000 +++ b/base/Profiler.cpp Fri Jul 07 16:02:22 2006 +0000 @@ -26,9 +26,13 @@ //#define NO_TIMING 1 +#define WANT_TIMING 1 + #ifdef NDEBUG +#ifndef WANT_TIMING #define NO_TIMING 1 #endif +#endif using std::cerr; using std::endl;