Measure cpu time

Ali Çehreli acehreli at yahoo.com
Fri May 7 20:17:50 UTC 2021


On 5/7/21 9:46 AM, Alain De Vos wrote:
> I see,
> https://dlang.org/phobos/core_stdc_time.html
> does not contain the function : "clock_gettime"
> Weird ...

stdc is about D bindings for C's std headers. I don't think 
clock_gettime is a standard C function. grep'ping under /usr/include/dmd 
reveals that clock_gettime is in this file:

/usr/include/dmd/druntime/import/core/sys/posix/time.d

and that is this module:

module core.sys.posix.time;

Ali


More information about the Digitalmars-d-learn mailing list