#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 11 May 2018 09:56:31 +0200
changeset 711 a706a78dc0e2
parent 710 82df3be055a8
child 712 61e5116a2649
#REFACTORING by cg class: TestResultReporter changed: #reportXml_perfPublisher:result:
TestResultReporter.st
--- a/TestResultReporter.st	Wed May 09 22:29:47 2018 +0200
+++ b/TestResultReporter.st	Fri May 11 09:56:31 2018 +0200
@@ -725,7 +725,7 @@
         nextPutLine:('      <type><!![CDATA[%1]]></type>' bindWith:osType);
         nextPutLine:('      <version><!![CDATA[%1]]></version>' bindWith:osVersion);
         nextPutLine:'    </os>';
-        nextPutLine:('    <processor arch="%1" wordLength="%2">' bindWith:cpuType with:(ExternalAddress pointerSize * 8));
+        nextPutLine:('    <processor arch="%1" wordLength="%2">' bindWith:cpuType with:(ExternalBytes sizeofPointer * 8));
         "/ nextPutLine:('      <frequency> unit="Mhz" cpufreq="%1" />' bindWith:cpuSpeed);
         nextPutLine:'    </processor>';
         nextPutLine:('    <compiler name="%1" version="%2" versiondate="%3" configuration="%4" />'