README.time 680 B

123456789101112131415161718
  1. The program `raw', when run in `..' runs the program `run' produced
  2. from `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
  4. that some versions of `time' produce output in an unexpected format;
  5. edit them by hand.
  6. `prim', `init', `cswap' and `go' produce formatted table entries used
  7. in the documentation (in `../doc'). For example, from `..',
  8. foreach i (tmp/*.raw)
  9. time/prim $i
  10. end
  11. See notes in the QuickThreads document about the applicability of
  12. these microbenchmark measurements -- in general, you can expect all
  13. QuickThreads operations to be a bit slower when used in a real
  14. application.