| version 1.259, Mon Nov 21 01:37:12 2011 UTC | version 1.260, Mon Nov 21 19:05:01 2011 UTC | ||
|---|---|---|---|
|
|
||
| ntime ( -- dtime ) gforth | ntime ( -- dtime ) gforth | ||
| ""Report the current time in nanoseconds since some epoch."" | ""Report the current time in nanoseconds since some epoch."" | ||
| struct timespec t; | struct timespec time1; | ||
| clock_gettime(CLOCK_REALTIME,&t); | clock_gettime(CLOCK_REALTIME,&time1); | ||
| dtime = timespec2ns(&t); | dtime = timespec2ns(&time1); | ||
| \+ | \+ | ||
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |