1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-12 08:40:20 +02:00
guile/qt/time
2006-02-12 13:42:52 +00:00
..
.cvsignore *** empty log message *** 1999-10-05 22:36:14 +00:00
assim
cswap
go
init
Makefile.am Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
prim
raw
README.time

The program `raw', when run in `..' runs the program `run' produced
from `meas.c'.  It produces a raw output file (see `../tmp/*.raw').
`raw' will die with an error if run in the current directory.  Note
that some versions of `time' produce output in an unexpected format;
edit them by hand.

`prim', `init', `cswap' and `go' produce formatted table entries used
in the documentation (in `../doc').  For example, from `..',

	foreach i (tmp/*.raw)
	  time/prim $i
	end

See notes in the QuickThreads document about the applicability of
these microbenchmark measurements -- in general, you can expect all
QuickThreads operations to be a bit slower when used in a real
application.