看板 DFBSD_commit 關於我們 聯絡資訊
:I also need a CLOCK_MONOTONIC option for clock_gettime to be used in :libthread_xu, other options may be: CLOCK_VIRTUAL, CLOCK_PROF as in :FreeBSD, but they are not must-have options for me. : :David Xu We have a microseconds resolution monotonic uptime clock available that is already in the correct format. I will add a CLOCK_MONOTONIC that returns it right now. CLOCK_VIRTUAL and CLOCK_PROF are harder nuts to crack. -Matt Matthew Dillon <dillon@backplane.com>