aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2012-12-20 10:35:19 +0100
committerDavid Sommerseth <davids@redhat.com>2012-12-20 10:35:19 +0100
commit3ed4a75e26aab79f31c1bbcd9cecadf8ca257f4c (patch)
treea2c767a3fe4b928726355f56d9bfebe86f363d1a
parent144edfd8caba208a3c1408ee1e4a3de8ea977d1b (diff)
downloadrteval-3ed4a75e26aab79f31c1bbcd9cecadf8ca257f4c.tar.gz
Use proper time unit in the hwlatdetect summary report
Just a type, used 'ms' instead of 'us' Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--rteval/rteval_text.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/rteval/rteval_text.xsl b/rteval/rteval_text.xsl
index 42439a7..89b3e81 100644
--- a/rteval/rteval_text.xsl
+++ b/rteval/rteval_text.xsl
@@ -286,15 +286,15 @@
<xsl:text> Threshold: </xsl:text>
<xsl:value-of select="RunParams/@threshold"/>
- <xsl:text>ms&#10;</xsl:text>
+ <xsl:text>us&#10;</xsl:text>
<xsl:text> Width: </xsl:text>
<xsl:value-of select="RunParams/@width"/>
- <xsl:text>ms&#10;</xsl:text>
+ <xsl:text>us&#10;</xsl:text>
<xsl:text> Window size: </xsl:text>
<xsl:value-of select="RunParams/@window"/>
- <xsl:text>ms&#10;&#10;</xsl:text>
+ <xsl:text>us&#10;&#10;</xsl:text>
<xsl:text> Threshold exceeded </xsl:text>
<xsl:value-of select="samples/@count"/>