format_percent
return (format_percent(value[0], value[1]));
std::string format_percent(uint64_t count, uint64_t total);