annotate ext/kissfft/test/pstats.h @ 409:1f1999b0f577

Bring in kissfft into this repo (formerly a subrepo, but the remote is not responding)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 21 Jul 2015 07:34:15 +0100
parents
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