annotate ext/kissfft/test/pstats.h @ 419:7ead6122aef7

Slightly simplify resampler
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 07 Oct 2015 09:33:28 +0100
parents 1f1999b0f577
children
rev   line source
c@409 1 #ifndef PSTATS_H
c@409 2 #define PSTATS_H
c@409 3
c@409 4 void pstats_init(void);
c@409 5 void pstats_report(void);
c@409 6
c@409 7 #endif