diff options
author | Brian Paul <brianp@users.sourceforge.net> | 2006-09-07 14:15:51 +0000 |
---|---|---|
committer | Brian Paul <brianp@users.sourceforge.net> | 2006-09-07 14:15:51 +0000 |
commit | bd4620ec96a96a6e58434900a32bd6e00d68b028 (patch) | |
tree | 467ab6c6d373652ef68f283b7596a87d08b6be55 /doc | |
parent | 18ad622293f43fea5cd1e16f144d6eed641de46f (diff) |
document --listtests (and -v) option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/run.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/html/run.html b/doc/html/run.html index c4e723a..12114fe 100644 --- a/doc/html/run.html +++ b/doc/html/run.html @@ -74,6 +74,17 @@ option on the command line: </PRE> <P> +To see a list of all available Glean tests: +<PRE> + $GLEAN_ROOT/bin/glean --listtests +</PRE> +For a description of each test, run with <KBD>-v</KBD> (verbose): +<PRE> + $GLEAN_ROOT/bin/glean -v --listtests +</PRE> + + +<P> Some of the tests in <I>glean</I> (such as the texBindPerf test shown in the example above) involve benchmarking OpenGL operations. To obtain the most accurate, repeatable results for these tests, there |