diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-02 13:46:09 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-02 13:46:09 +0800 |
commit | f192bfae45c7d034c2d7a7d9aaf9a207cf9fb638 (patch) | |
tree | d31b56256a1a2884be04b9bf47cb7bdb2f10a6c5 /sysutils/clockspeed/pkg-message | |
parent | dfa46f4b20cb8a4acebcf256c5b9857f7a120739 (diff) | |
download | freebsd-ports-gnome-f192bfae45c7d034c2d7a7d9aaf9a207cf9fb638.tar.gz freebsd-ports-gnome-f192bfae45c7d034c2d7a7d9aaf9a207cf9fb638.tar.zst freebsd-ports-gnome-f192bfae45c7d034c2d7a7d9aaf9a207cf9fb638.zip |
o Remove ONLY_FOR_ARCHS limitation by adding timing support other
than RDTSC registers from Pentium. After a reminder by Garrett
Wollman <wollman@FreeBSD.org> [1] that FreeBSD has a gethrtime()
similar function, added experimental support for FreeBSD
clock_gettime(2) which should work in all FreeBSD supported ARCHes
o Add notes in both DESCR and PKGMESSAGE that there might be precision
differences since this is experimental code
Reviewed by: portmgr (silence/no objections)
Submitted by: wollman [1]
Diffstat (limited to 'sysutils/clockspeed/pkg-message')
-rw-r--r-- | sysutils/clockspeed/pkg-message | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/clockspeed/pkg-message b/sysutils/clockspeed/pkg-message index 5a6f932bf952..779622c7057d 100644 --- a/sysutils/clockspeed/pkg-message +++ b/sysutils/clockspeed/pkg-message @@ -43,3 +43,8 @@ within milliseconds. Do not forget to add a cron(8) job with step 4 to periodically adjust clockspeed's drift rate. Once a week should be more than adequate. + +A port to non-i386 platforms was done using the clock_gettime(2) +function. Since this is somewhat experimental, there might be some +tiny precision differences from the i386 platform versions. You +have been warned! |