From patchwork Thu Jun 23 14:23:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 2216 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id D412723F7C for ; Thu, 23 Jun 2011 14:23:21 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id A5089A189BB for ; Thu, 23 Jun 2011 14:23:21 +0000 (UTC) Received: by mail-qw0-f52.google.com with SMTP id 8so1392733qwb.11 for ; Thu, 23 Jun 2011 07:23:21 -0700 (PDT) Received: by 10.229.137.149 with SMTP id w21mr1625731qct.59.1308839000935; Thu, 23 Jun 2011 07:23:20 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.230.139 with SMTP id jm11cs19229qcb; Thu, 23 Jun 2011 07:23:20 -0700 (PDT) Received: by 10.227.196.209 with SMTP id eh17mr2069932wbb.5.1308838996750; Thu, 23 Jun 2011 07:23:16 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id fw18si3911734wbb.142.2011.06.23.07.23.16; Thu, 23 Jun 2011 07:23:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QZkoO-0003mg-2X for ; Thu, 23 Jun 2011 14:23:16 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 123772E8060 for ; Thu, 23 Jun 2011 14:23:16 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glmark2 X-Launchpad-Branch: ~afrantzis/glmark2/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 89 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~afrantzis/glmark2/trunk] Rev 89: Document the special benchmark description string syntax used for setting Message-Id: <20110623142316.3922.33058.launchpad@loganberry.canonical.com> Date: Thu, 23 Jun 2011 14:23:16 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13265"; Instance="initZopeless config overlay" X-Launchpad-Hash: 8286b0dbf20fa6fb0cd96a6d837761445580a0ea ------------------------------------------------------------ revno: 89 committer: Alexandros Frantzis branch nick: trunk 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/~afrantzis/glmark2/trunk You are subscribed to branch lp:glmark2. To unsubscribe from this branch go to https://code.launchpad.net/~afrantzis/glmark2/trunk/+edit-subscription === 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