1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00
guile/qt/time
Gary Houston 341eaef04b * README: using Automake 1.2d
* configure.in: AC_CHECK_FUNCS: add "system".
	* simpos.c (scm_system): always define: use sysmissing if not
	available.  Check for HAVE_SYSTEM instead of _Windows (does
	Windows lack system or does it have an unusable one?).
	Check for error conditions -1 and 127.  Use SCM_DEFER_INTS.
	Let the argument be optional: if not supplied, call system(NULL).
	* ports.c (scm_close_port): relax the type check from OPPORTP to
	PORTP; closing a closed port is allowed.
1997-12-07 07:02:17 +00:00
..
.cvsignore *** empty log message *** 1996-12-08 07:34:58 +00:00
assim New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
cswap New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
go New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
init New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
Makefile.am Changes to use automake-generated Makefile.ins everywhere 1996-12-03 05:34:34 +00:00
Makefile.in * README: using Automake 1.2d 1997-12-07 07:02:17 +00:00
prim New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
raw New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00
README.time New file: From the Cygnus r0.3-release. 1996-10-01 03:34:42 +00:00

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.