Skip to content
  • Simon Marlow's avatar
    Fix getThreadCPUTime() · 960c61cd
    Simon Marlow authored
    ever since the patch "Check with sysconf _POSIX_THREAD_CPUTIME", it
    has been returning incorrect results, because the sysconf variable to
    check should have been _SC_THREAD_CPUTIME, not _POSIX_THREAD_CPUTIME.
    960c61cd