Mercurial > hg > constant-q-cpp
view src/ext/kissfft/test/pstats.h @ 190:ba2a5f0ae66a
Expose overlap and decimator option
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 30 Mar 2017 13:20:38 +0100 |
parents | 5ed6e970541b |
children |
line wrap: on
line source
#ifndef PSTATS_H #define PSTATS_H void pstats_init(void); void pstats_report(void); #endif