Improve folly/portability/Time.cpp OS X and Windows compatibility
Summary: Folly currently contains wrappers to emulate `clock_gettime()` on platforms which don't support it. The OS X and Windows wrappers are missing a bit of functionality we need. In this diff, I: 1. Bring the OS X and Windows wrappers closer to Linux's functionality 2. Add unit tests Reviewed By: bmaurer, mzlee Differential Revision: D3418054 fbshipit-source-id: 47eba871e844b4c3dccd7ab201ec82e1f6edf729
Showing
Please register or sign in to comment