annotate ext/kissfft/test/pstats.h @ 416:1f3244a6884c

Add filter test
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 07 Oct 2015 10:07:30 +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