cctools
category_internal.h
1 /*
2 Copyright (C) 2015- The University of Notre Dame
3 This software is distributed under the GNU General Public License.
4 See the file COPYING for details.
5 */
6 
7 #ifndef CCTOOLS_CATEGORY_INT_H
8 #define CCTOOLS_CATEGORY_INT_H
9 
10 #include "category.h"
11 
12 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);
13 void category_tune_bucket_size(const char *resource, uint64_t size);
14 
15 #endif