Home
last modified time | relevance | path

Searched refs:mono_begin (Results 1 – 1 of 1) sorted by relevance

/external/ltp/lib/
Dtst_wallclock.c17 static struct timespec real_begin, mono_begin; variable
28 if (tst_clock_gettime(CLOCK_MONOTONIC_RAW, &mono_begin)) { in tst_wallclock_save()
52 elapsed = tst_timespec_diff(mono_end, mono_begin); in tst_wallclock_restore()