Boost C++ Libraries: Ticket #5974: Process real cpu clock should use clock() instead of times() in MAC which is twice faster and have better resolution. https://svn.boost.org/trac10/ticket/5974 <p> The implementation of process_real_cpu_clock::now() uses the system ::times() function which is twice slower than clock(). In addition the time given by times is not related to the process lifetime but the system lifetime and the resolution is also twice better. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5974 Trac 1.4.3 viboes Sat, 08 Oct 2011 12:36:35 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/5974#comment:1 https://svn.boost.org/trac10/ticket/5974#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.48.0</span> </li> </ul> <p> Merged with <a class="missing ticket">#74785</a> </p> Ticket