Thien-Thi Nguyen aaa78dc3c4 (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu". 23 years ago
..
.cvsignore 0cbedb5b2b *** empty log message *** 25 years ago
Makefile.am aaa78dc3c4 (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu". 23 years ago
README.time 24a647d7fe New file: From the Cygnus r0.3-release. 28 years ago
assim 24a647d7fe New file: From the Cygnus r0.3-release. 28 years ago
cswap 24a647d7fe New file: From the Cygnus r0.3-release. 28 years ago
go 24a647d7fe New file: From the Cygnus r0.3-release. 28 years ago
init 24a647d7fe New file: From the Cygnus r0.3-release. 28 years ago
prim 24a647d7fe New file: From the Cygnus r0.3-release. 28 years ago
raw 24a647d7fe New file: From the Cygnus r0.3-release. 28 years ago

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.