July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19046

          Issue ID: 19046
           Summary: OSX: bad value for core.stdc.time.CLOCKS_PER_SEC
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody@puremagic.com
          Reporter: r.sagitario@gmx.de

CLOCKS_PER_SEC yields 1_000_000 nowadays on OSX. The definition in core.stdc.time sets it to 100, though.

--