NameDateSize

..07-Mar-20184 KiB

assimH A D18-May-2017750

cswapH A D18-May-2017537

goH A D18-May-2017710

initH A D18-May-2017711

primH A D18-May-2017678

rawH A D18-May-20171.7 KiB

README.timeH A D18-May-2017680

README.time

1The program `raw', when run in `..' runs the program `run' produced
2from `meas.c'.  It produces a raw output file (see `../tmp/*.raw').
3`raw' will die with an error if run in the current directory.  Note
4that some versions of `time' produce output in an unexpected format;
5edit them by hand.
6
7`prim', `init', `cswap' and `go' produce formatted table entries used
8in the documentation (in `../doc').  For example, from `..',
9
10	foreach i (tmp/*.raw)
11	  time/prim $i
12	end
13
14See notes in the QuickThreads document about the applicability of
15these microbenchmark measurements -- in general, you can expect all
16QuickThreads operations to be a bit slower when used in a real
17application.
18