libarmutils  1.4
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups
benchmark.h
Go to the documentation of this file.
1 /*******************************************************************************
2 *
3 * COPYRIGHT (C) 2010 Battelle Memorial Institute. All Rights Reserved.
4 *
5 ********************************************************************************
6 *
7 * Author:
8 * name: Brian Ermold
9 * phone: (509) 375-2277
10 * email: brian.ermold@pnl.gov
11 *
12 ********************************************************************************
13 *
14 * REPOSITORY INFORMATION:
15 * $Revision: 6421 $
16 * $Author: ermold $
17 * $Date: 2011-04-26 01:23:44 +0000 (Tue, 26 Apr 2011) $
18 *
19 ********************************************************************************
20 *
21 * NOTE: DOXYGEN is used to generate documentation for this file.
22 *
23 *******************************************************************************/
24 
25 /** @file benchmark.h
26 * Benchmark Functions
27 */
28 
29 #ifndef _BENCHMARK_H
30 #define _BENCHMARK_H
31 
32 /**
33 * @defgroup ARMUTILS_BENCHMARK_UTILS Benchmark Utils
34 */
35 /*@{*/
36 
37 void benchmark_init(void);
38 void benchmark(FILE *fp, char *message);
39 
40 /*@}*/
41 
42 #endif /* _BENCHMARK_H */