]> git.donarmstrong.com Git - lilypond.git/blob - guile18/qt/time/README.time
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / guile18 / qt / time / README.time
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
7 `prim', `init', `cswap' and `go' produce formatted table entries used
8 in the documentation (in `../doc').  For example, from `..',
9
10         foreach i (tmp/*.raw)
11           time/prim $i
12         end
13
14 See notes in the QuickThreads document about the applicability of
15 these microbenchmark measurements -- in general, you can expect all
16 QuickThreads operations to be a bit slower when used in a real
17 application.