diff mbox

[Branch,~glmark2-dev/glmark2/trunk] Rev 89: Document the special benchmark description string syntax used for setting

Message ID 20110721123636.17019.97222.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org July 21, 2011, 12:36 p.m. UTC
------------------------------------------------------------
revno: 89
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
timestamp: Thu 2011-06-23 15:44:17 +0300
message:
  Document the special benchmark description string syntax used for setting
  default option values.
modified:
  doc/glmark2.1.in


--
lp:glmark2
https://code.launchpad.net/~glmark2-dev/glmark2/trunk

You are subscribed to branch lp:glmark2.
To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/glmark2.1.in'
--- doc/glmark2.1.in	2011-06-21 14:46:40 +0000
+++ doc/glmark2.1.in	2011-06-23 12:44:17 +0000
@@ -43,6 +43,11 @@ 
 benchmark option is not specified it assumes its default value (listed with
 \fB\-l\fR, \fB\-\-list\-scenes\fR).
 
+As a special case, a benchmark description string is allowed to not contain a
+scene name (i.e. to start with ':'). In this case, any specified option values
+are used as the default values for benchmarks following this description
+string.
+
 .SH EXAMPLES
 To run the default benchmarks:
 .PP
@@ -64,6 +69,12 @@ 
 \fB@appname@ -b shading:duration=5.0 -b build:use-vbo=false -b texture\fR
 .RE
 .PP
+To set default option values for benchmarks:
+.PP
+.RS
+\fB@appname@ -b :duration=2.0 -b shading -b build -b :duration=5.0 -b texture\fR
+.RE
+.PP
 
 .SH AUTHOR
 @appname@ was written by Alexandros Frantzis based on the original glmark by