timestamp, a C code which prints the YMDHMS date as a timestamp.
This is useful when documenting the run of a program. By including a timestamp, the output of the program will always contain a clear indication of when it was created. Other indicators, such as the file timestamp, may be misleading or subject to unintentional modification.
The information on this web page is distributed under the MIT license.
timestamp is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version and an R version.
timer_test, C codes which demonstrate how to compute CPU time or elapsed time.
wtime, a C code which returns a reading of the wall clock time in seconds.