Home | History | Annotate | Download | only in tests

Lines Matching defs:ts

2413   struct timespec ts;
2414 clock_gettime(CLOCK_MONOTONIC, &ts);
2415 return ts.tv_sec * 1e3 + ts.tv_nsec * 1e-6;