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 histogram *h, double *keys, double *tau_mean, double *counts_cdp, double *times_accum);
00013 void category_tune_bucket_size(const char *resource, uint64_t size);
00014 
00015 #endif

Generated on 19 Sep 2016 for cctools by  doxygen 1.6.1