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, int64_t size);
00014 int64_t category_get_bucket_size(const char *resource);
00015 
00016 #endif

Generated on 17 Sep 2019 for cctools by  doxygen 1.6.1