mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 10:53:40 +00:00
Estimated hours taken: 1 dotime: A csh script that uses csh's time primitive to measure the time taken by the command. This is useful because sh's time primitive sucks. speedtest: A script to measure the speed of a batch of versions of the compiler by using each version to execute some compilation command.
3 lines
33 B
Tcsh
Executable File
3 lines
33 B
Tcsh
Executable File
#!/usr/local/bin/tcsh -f
|
|
time $*
|