unix:ptimes [function]
-
-
a list of five elements, elapsed time, system time, user time,
subprocess's system time, subprocess's user time, is returned.
Unit is always one sixtieth second.
This function is obsolete and use of unix:getrusage is recommended.
unix:runtime [function]
-
-
Sum of the process's system and user time is returned.
Unit is 1/60 second.
unix:localtime [function]
-
-
Current time and date is returned in an integer vector.
Elements are second, minute, hour, day-of-a-month, year, weekday.
unix:asctime tm_intvector [function]
-
-
Converts localtime represented with an integer-vector into a string notation.
(unix:asctime (unix:localtime)) returns a string representation of
the current real time.
k-okada
2013-05-21