Hash :
6512f0a4
Author :
Date :
2005-11-10T20:19:37
* modules/gethrxtime (Depends-on): Add gettime. * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time / time business. (gethrxtime) [! (HAVE_NANOUPTIME || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME) || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling our own approximation. * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME or gettimeofday; no longer needed.
Description:
Get high resolution real time.
Files:
lib/xtime.h
lib/gethrxtime.c
lib/gethrxtime.h
m4/gethrxtime.m4
m4/clock_time.m4
m4/longlong.m4
Depends-on:
gettime
extensions
configure.ac:
gl_GETHRXTIME
Makefile.am:
Include:
#include "xtime.h"
License:
GPL
Maintainer:
Paul Eggert