system uptime?
Posted: Sat Jun 08, 2013 11:50 pm
There are a bunch of ways to get the system uptime, but the ways I've uncovered, all seem to fail after a period (4 days, 2 weeks, where they just start over again)
I know that there is a finite limit to how high of a resolution can be used with a timer, but what's the best way?
I am writing to an sqlite database, involving mutexes and threads -- so the thread that gets the mutex, might not be "in order" -- so I need to be able to order them in a query so that they can be read in order.
Thanks
-j
(Windows-only, ok)
I know that there is a finite limit to how high of a resolution can be used with a timer, but what's the best way?
I am writing to an sqlite database, involving mutexes and threads -- so the thread that gets the mutex, might not be "in order" -- so I need to be able to order them in a query so that they can be read in order.
Thanks
-j
(Windows-only, ok)