aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rd/kissfft/test/pstats.h
blob: 04a304b8ed952d33921c4353c174595d5793c135 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *  Copyright (c) 2003-2010, Mark Borgerding. All rights reserved.
 *  This file is part of KISS FFT - https://github.com/mborgerding/kissfft
 *
 *  SPDX-License-Identifier: BSD-3-Clause
 *  See COPYING file for more information.
 */
#ifndef PSTATS_H
#define PSTATS_H

void pstats_init(void);
void pstats_report(void);
 
#endif