summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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>