PCLOCK / MCLOCK - implementations of POSIX and monotonic clocks#7
PCLOCK / MCLOCK - implementations of POSIX and monotonic clocks#7yomimono merged 31 commits intomirage:masterfrom
Conversation
… clock period to reflect change on osx
|
Should I rebase and squash some of these commits? There's a lot of WIP commits here |
unix/mclock.mli
Outdated
| *) | ||
|
|
||
| val elapsed_ns : unit -> int64 | ||
| val period_ns : unit -> int64 option |
There was a problem hiding this comment.
this (and other interfaces) should specifically refer to V1.MCLOCK / V1.PCLOCK (something like include V1.MCLOCK)
|
Sorry for the wait here -- a squash would be nice, but I might take a few liberties and do it myself if you don't have the time in the next couple of days (as long as you don't mind, of course). |
|
I have a few things to add, namely DEVICE implementations for PCLOCK and On Tuesday, 16 August 2016, Mindy Preston notifications@github.com wrote:
|
|
Ah did I push them already? Not at a computer so u can't check but if they On Tuesday, 16 August 2016, Mindy Preston notifications@github.com wrote:
|
|
s/u can't check/I can't check On Tuesday, 16 August 2016, Matthew Gray matthew.thomas.gray@gmail.com
|
|
They look legit to me; I'm working through downstream changes in mirage-logs and we'll see what |
See mirage/mirage#442