summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-02 08:55:57 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-02 08:55:57 -0400
commite183e7477d45c29032e320f9fd4284d4e8562e96 (patch)
treea9f2dd9563b943f8f9e9cd25be5619df15e4cfa4 /documentation
parentaa9fcd3aeae05e35795dd4f908b970e661baa4c9 (diff)
downloadphoronix-test-suite-upstream-e183e7477d45c29032e320f9fd4284d4e8562e96.tar.gz
phoronix-test-suite-upstream-e183e7477d45c29032e320f9fd4284d4e8562e96.tar.xz
phoronix-test-suite-upstream-e183e7477d45c29032e320f9fd4284d4e8562e96.zip
pts-core: Start on IS_PCQS_MODE define
Diffstat (limited to 'documentation')
-rw-r--r--documentation/writing_your_first_test.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/writing_your_first_test.html b/documentation/writing_your_first_test.html
index 9b12530..0550929 100644
--- a/documentation/writing_your_first_test.html
+++ b/documentation/writing_your_first_test.html
@@ -36,7 +36,8 @@ return 0;<br>
<p>The first step in the actual profile writing process is to name it. If you're
looking to ultimately push this profile to be included in the Phoronix Test Suite,
its name must be all lower case and consist of just alpha-numeric characters,
-but can contain dashes (-). For this sample profile, we're calling it <em>sample-program</em>
+but can contain dashes (-). A more advanced test profile capability is operating system prefixes, and if using those there is an
+underscore separating the prefix from the normal profile name. For this sample profile, we're calling it <em>sample-program</em>
and the file-name would be <em>sample-program.xml</em>. Our (very basic) profile is showcased
below.</p>
<blockquote>&lt;PhoronixTestSuite&gt;<br>