Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lkl tools: posix: switch to using a monotonic clock
POSIX recomends to switch away from gettimeofday to clock_gettime. clock_gettime also provides nanosecond resolution and using a monotonic clock avoids potential issues with host changes. Signed-off-by: Octavian Purdila <octavian.purdila@intel.com>
- Loading branch information