BusyBox 1.16.1 on a small armv4tl system:

$ time hwclock -w
real    0m 24.34s
user    0m 0.00s
sys     0m 0.00s

$ time hwclock -w
real    0m 24.07s
user    0m 0.01s
sys     0m 0.00s

$ time hwclock -w
real    0m 24.20s
user    0m 0.00s
sys     0m 0.00s

rem_usec seems to be about 996600 after every iteration. Changing sync
resolution from 1ms to 5ms helps, but there has to be better solution.
Denys?
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to