Skip to content

Store sec and usec in terms of usec

ed neville requested to merge edneville/procps:60_uptime_since into master

Rather than attempt to convert usec to sec with division, add both together and then divide.

This reduced the rounding errors on my system.

Fixes #60 (closed)

Merge request reports