timehist
size_t s = sizeof(*mesh) + sizeof(struct timehist) +
struct timehist* histogram;
struct timehist;
void timehist_delete(struct timehist* hist)
void timehist_clear(struct timehist* hist)
void timehist_insert(struct timehist* hist, struct timeval* tv)
void timehist_print(struct timehist* hist)
void timehist_log(struct timehist* hist, const char* name)
timehist_count(struct timehist* hist)
timehist_quartile(struct timehist* hist, double q)
timehist_export(struct timehist* hist, long long* array, size_t sz)
timehist_import(struct timehist* hist, long long* array, size_t sz)
dosetup(struct timehist* hist)
struct timehist* timehist_setup(void)
struct timehist* hist = (struct timehist*)calloc(1,
sizeof(struct timehist));
double timehist_quartile(struct timehist* hist, double q);
void timehist_print(struct timehist* hist);
void timehist_log(struct timehist* hist, const char* name);
void timehist_export(struct timehist* hist, long long* array, size_t sz);
void timehist_import(struct timehist* hist, long long* array, size_t sz);
struct timehist* timehist_setup(void);
void timehist_delete(struct timehist* hist);
void timehist_clear(struct timehist* hist);
void timehist_insert(struct timehist* hist, struct timeval* tv);
struct timehist* hist;
size_t s = sizeof(*mesh) + sizeof(struct timehist) +
struct timehist* histogram;
struct timehist;
struct timehist* hist;
void timehist_delete(struct timehist* hist)
void timehist_clear(struct timehist* hist)
void timehist_insert(struct timehist* hist, struct timeval* tv)
void timehist_print(struct timehist* hist)
void timehist_log(struct timehist* hist, const char* name)
timehist_count(struct timehist* hist)
timehist_quartile(struct timehist* hist, double q)
timehist_export(struct timehist* hist, long long* array, size_t sz)
timehist_import(struct timehist* hist, long long* array, size_t sz)
dosetup(struct timehist* hist)
struct timehist* timehist_setup(void)
struct timehist* hist = (struct timehist*)calloc(1,
sizeof(struct timehist));
double timehist_quartile(struct timehist* hist, double q);
void timehist_print(struct timehist* hist);
void timehist_log(struct timehist* hist, const char* name);
void timehist_export(struct timehist* hist, long long* array, size_t sz);
void timehist_import(struct timehist* hist, long long* array, size_t sz);
struct timehist* timehist_setup(void);
void timehist_delete(struct timehist* hist);
void timehist_clear(struct timehist* hist);
void timehist_insert(struct timehist* hist, struct timeval* tv);