From patchwork Thu Jul 21 12:36:36 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: 3011 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 0AA5223F4D for ; Thu, 21 Jul 2011 12:44:49 +0000 (UTC) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.216.173]) by fiordland.canonical.com (Postfix) with ESMTP id CE165A184F2 for ; Thu, 21 Jul 2011 12:44:48 +0000 (UTC) Received: by mail-qy0-f173.google.com with SMTP id 10so3962301qyk.11 for ; Thu, 21 Jul 2011 05:44:48 -0700 (PDT) Received: by 10.229.25.212 with SMTP id a20mr175921qcc.148.1311252288487; Thu, 21 Jul 2011 05:44:48 -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.217.78 with SMTP id hl14cs139609qcb; Thu, 21 Jul 2011 05:44:48 -0700 (PDT) Received: by 10.227.137.208 with SMTP id x16mr170616wbt.81.1311251797493; Thu, 21 Jul 2011 05:36:37 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id ge8si2384266wbb.69.2011.07.21.05.36.37; Thu, 21 Jul 2011 05:36:37 -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 1QjsUW-0000Ct-JE for ; Thu, 21 Jul 2011 12:36:36 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 907962E802E for ; Thu, 21 Jul 2011 12:36:36 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glmark2 X-Launchpad-Branch: ~glmark2-dev/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 ~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> Date: Thu, 21 Jul 2011 12:36:36 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13475"; Instance="initZopeless config overlay" X-Launchpad-Hash: cd8dc245639b7481c8d2523f87786bcc8e476ef4 ------------------------------------------------------------ revno: 89 committer: Alexandros Frantzis 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 === 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