summaryrefslogtreecommitdiffstats
path: root/server/parser/xmlparser.xsl
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-03-14 20:55:41 +0100
committerDavid Sommerseth <davids@redhat.com>2013-03-14 21:35:04 +0100
commitc62d9599f7243ab9f08c0954854db7178a23903e (patch)
tree623f1818b9821f9a6e3a00f71cdd173260c140ef /server/parser/xmlparser.xsl
parent99253169b347346a96cc08d767f04dea615db79d (diff)
downloadrteval-c62d9599f7243ab9f08c0954854db7178a23903e.tar.gz
rteval-c62d9599f7243ab9f08c0954854db7178a23903e.tar.xz
rteval-c62d9599f7243ab9f08c0954854db7178a23903e.zip
Added timestamps tracking when each module starts and stops
Currently ignoring load modules in general, as the <loads/> tags isn't easily extended. Not convinced it makes any sense to track these time stamps on load modules anyway. Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'server/parser/xmlparser.xsl')
-rw-r--r--server/parser/xmlparser.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/parser/xmlparser.xsl b/server/parser/xmlparser.xsl
index 9f00123..e8f61a0 100644
--- a/server/parser/xmlparser.xsl
+++ b/server/parser/xmlparser.xsl
@@ -397,6 +397,7 @@
<xsl:if test="@command_line">
<command_line><xsl:value-of select="@command_line"/></command_line>
</xsl:if>
+ <xsl:copy-of select="timestamps"/>
</module>
</xsl:for-each>
</Measurement>