CLOCKS_PER_SEC

version(Posix && CRuntime_Glibc)
extern (C) @trusted nothrow @nogc
enum clock_t CLOCKS_PER_SEC;

Meta