Merge branch 'bug21074_029'
[tor/appveyor.git] / changes / feature24427
blob8650c45d31a2b2e7d21c400b1268a02ba5567a7b
1   o Minor features (OSX, iOS, performance):
2     - Use the mach_approximate_time() function (when available) to
3       implement coarse monotonic time. Having a coarse time function
4       should avoid a large number of system calls, and improve
5       performance slightly, especially under load. Closes ticket 24427.