match_time_unit
if (match_time_unit(end, "ns")) {
} else if (match_time_unit(end, "us")) {
} else if (match_time_unit(end, "ms")) {
} else if (match_time_unit(end, "s")) {