PAPI  5.0.1.0
cost_utils.h
Go to the documentation of this file.
00001 #ifndef __PAPI_COST_UTILS_H__
00002 #define __PAPI_COST_UTILS_H__
00003 extern int num_iters;
00004 
00005 extern double   do_stats(long long*, long long*, long long *, double *);
00006 extern void     do_std_dev( long long*, int*, double, double );
00007 extern void     do_dist( long long*, long long, long long, int, int*);
00008 
00009 #endif /* __PAPI_COST_UTILS_H__ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines