NFFT Logo 3.2.3
ticks.h
1 /*
2  * Copyright (c) 2002, 2009 Jens Keiner, Stefan Kunis, Daniel Potts
3  *
4  * This program is free software; you can redistribute it and/or modify it under
5  * the terms of the GNU General Public License as published by the Free Software
6  * Foundation; either version 2 of the License, or (at your option) any later
7  * version.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11  * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
12  * details.
13  *
14  * You should have received a copy of the GNU General Public License along with
15  * this program; if not, write to the Free Software Foundation, Inc., 51
16  * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17  */
18 
19 /* $Id: infft.h 3471 2010-04-08 21:43:41Z keiner $ */
20 
21 #ifndef TICKS_H_
22 #define TICKS_H_
23 
24 #include "cycle.h"
25 
26 #define TICKS_PER_SECOND 3109267833.0
27 
28 #ifndef HAVE_TICK_COUNTER
29  typedef unsigned ticks;
30  #define getticks() 0U;
31  INLINE_ELAPSED(__inline__)
32 #endif
33 
34 #endif /* TICKS_H_ */

Generated on Tue Apr 30 2013 by Doxygen 1.8.1