category_internal.h

00001 /*
00002 Copyright (C) 2015- The University of Notre Dame
00003 This software is distributed under the GNU General Public License.
00004 See the file COPYING for details.
00005 */
00006 
00007 #ifndef CCTOOLS_CATEGORY_INT_H
00008 #define CCTOOLS_CATEGORY_INT_H
00009 
00010 #include "category.h"
00011 
00012 void category_first_allocation_accum_times(struct itable *histogram, double *tau_mean, int64_t *keys, int64_t *counts_accum, double *times_mean, double *times_accum);
00013 void category_tune_bucket_size(const char *resource, uint64_t size);
00014 
00015 #endif

Generated on 14 Apr 2016 for cctools by  doxygen 1.4.7