annotate ext/kissfft/test/pstats.h @ 187:5b065087cb7e qm-vamp-plugins-v1.7.1

Added tag v1.7.1 for changeset 77f47819c93c
author Chris Cannam
date Tue, 08 Sep 2015 13:18:07 +0100
parents 76ec2365b250
children
rev   line source
Chris@184 1 #ifndef PSTATS_H
Chris@184 2 #define PSTATS_H
Chris@184 3
Chris@184 4 void pstats_init(void);
Chris@184 5 void pstats_report(void);
Chris@184 6
Chris@184 7 #endif