after_t 418 lib/common/strings.c struct timespec after_t; after_t 445 lib/common/strings.c clock_gettime(CLOCK_MONOTONIC, &after_t); after_t 449 lib/common/strings.c difftime (after_t.tv_sec, before_t.tv_sec) * 1000 + after_t 450 lib/common/strings.c (after_t.tv_nsec - before_t.tv_nsec) / 1e6);