Files
mercury/tools/dotime
Zoltan Somogyi 77454ca818 A csh script that uses csh's time primitive to measure the time
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.
1996-10-22 06:50:19 +00:00

3 lines
33 B
Tcsh
Executable File

#!/usr/local/bin/tcsh -f
time $*