https://github.com/charguer/ocaml
Raw File
Tip revision: 4c1d98e8cc326c9a9721593af8a1f226677e848b authored by No author on 04 March 1999, 15:03:29 UTC
This commit was manufactured by cvs2svn to create tag 'ocaml202'.
Tip revision: 4c1d98e
Time
# Time       # Measure execution time
# Usage: Time command argumentsè

set echo 0

set startdate `date -n`
{parameters}
set enddate `date -n`

echo "# Time: `evaluate {enddate} - {startdate}` s" > dev:stderr
back to top