7 #ifndef CCTOOLS_CATEGORY_INT_H
8 #define CCTOOLS_CATEGORY_INT_H
12 void category_first_allocation_accum_times(
struct histogram *h,
double *keys,
double *tau_mean,
double *counts_cdp,
double *times_accum);
13 void category_tune_bucket_size(
const char *resource, int64_t size);
14 int64_t category_get_bucket_size(
const char *resource);
Implements bookkeeping for categories of tasks and their resources.