average_ms
static double average_ms(unsigned long long total, unsigned long long count)
#define average_ms(t, c) (t / 1000000ULL / (c ? c : 1))