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