Mercurial > hg > audiodb
diff audioDB.h @ 446:6ac898b19656 api-inversion
Incrementally zapping bits of code.
In this case, the timeval things that were used for timing the query
loop. This functionality is trivially (haha, I said "trivially")
replicable using LD_PRELOAD tricks or, alternatively, a profiler.
author | mas01cr |
---|---|
date | Wed, 24 Dec 2008 10:56:45 +0000 |
parents | 4fe90fd568fc |
children | 0c1c8726a79b |
line wrap: on
line diff
--- a/audioDB.h Wed Dec 24 10:56:41 2008 +0000 +++ b/audioDB.h Wed Dec 24 10:56:45 2008 +0000 @@ -314,10 +314,6 @@ Accumulator *accumulator; priority_queue<PointPair, std::vector<PointPair>, std::less<PointPair> >* exact_evaluation_queue; - // Timers - struct timeval tv1; - struct timeval tv2; - // LISZT parameters unsigned lisztOffset; unsigned lisztLength;