Преглед изворни кода

Performance improvents and platform sorting

[SVN r28917]
Misha Bergal пре 21 година
родитељ
комит
7a3f4fe839
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      tools/regression/xsl_reports/xsl/v2/common.xsl

+ 2 - 1
tools/regression/xsl_reports/xsl/v2/common.xsl

@@ -37,11 +37,12 @@ http://www.boost.org/LICENSE_1_0.txt)
         <xsl:variable name="run_toolsets_f">
             <platforms>
                 <xsl:for-each select="$platforms">
+                    <xsl:sort select="."/>
                     <xsl:variable name="platform" select="."/>
                     <platform name="{$platform}">
                         <runs>
                             <xsl:for-each select="$runs[ @platform = $platform ]">
-                                <xsl:sort select="."/>
+                                <xsl:sort select="@platform"/>
                                 <run 
                                     runner="{@runner}" 
                                     timestamp="{@timestamp}" 

粤ICP备19079148号