Просмотр исходного кода

CTest: Report CPU model name to dashboard

Daniel Pfeifer 1 год назад
Родитель
Сommit
f5af492178
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Source/cmCTest.cxx

+ 1 - 0
Source/cmCTest.cxx

@@ -1433,6 +1433,7 @@ void cmCTest::StartXML(cmXMLWriter& xml, bool append)
   xml.Attribute("VendorID", info.GetVendorID());
   xml.Attribute("FamilyID", info.GetFamilyID());
   xml.Attribute("ModelID", info.GetModelID());
+  xml.Attribute("ModelName", info.GetModelName());
   xml.Attribute("ProcessorCacheSize", info.GetProcessorCacheSize());
   xml.Attribute("NumberOfLogicalCPU", info.GetNumberOfLogicalCPU());
   xml.Attribute("NumberOfPhysicalCPU", info.GetNumberOfPhysicalCPU());