Sohaib 421bdeec60 Merging all the points related to calculating time in one place
The end goal is to consolidate all the points in htop that can only work in
live-only mode today, so that will be able to inject PCP archive mode and have
a chance at it working.
The biggest problem we've got at this moment is all the places that are
independently asking the kernel to 'give me the time right now'.
Each of those needs to be audited and ultimately changed to allow platforms to
manage their own idea of time.
So, all the calls to gettimeofday(2) and time(2) are potential problems.
Ultimately I want to get these down to just one or two.

Related to https://github.com/htop-dev/htop/pull/574
2021-04-05 23:40:41 +02:00
..
2021-03-04 23:57:45 +01:00
2021-01-19 18:06:48 +01:00
2021-01-04 23:12:43 +01:00
2021-03-24 19:27:57 +01:00
2021-03-04 23:57:45 +01:00
2020-12-19 21:13:32 +01:00
2021-03-04 23:57:45 +01:00
2021-03-04 23:57:45 +01:00
2020-10-31 18:51:53 +01:00
2021-02-07 12:41:52 +01:00