mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
CTest: Report CPU model name to dashboard
This commit is contained in:
@@ -1433,6 +1433,7 @@ void cmCTest::StartXML(cmXMLWriter& xml, bool append)
|
|||||||
xml.Attribute("VendorID", info.GetVendorID());
|
xml.Attribute("VendorID", info.GetVendorID());
|
||||||
xml.Attribute("FamilyID", info.GetFamilyID());
|
xml.Attribute("FamilyID", info.GetFamilyID());
|
||||||
xml.Attribute("ModelID", info.GetModelID());
|
xml.Attribute("ModelID", info.GetModelID());
|
||||||
|
xml.Attribute("ModelName", info.GetModelName());
|
||||||
xml.Attribute("ProcessorCacheSize", info.GetProcessorCacheSize());
|
xml.Attribute("ProcessorCacheSize", info.GetProcessorCacheSize());
|
||||||
xml.Attribute("NumberOfLogicalCPU", info.GetNumberOfLogicalCPU());
|
xml.Attribute("NumberOfLogicalCPU", info.GetNumberOfLogicalCPU());
|
||||||
xml.Attribute("NumberOfPhysicalCPU", info.GetNumberOfPhysicalCPU());
|
xml.Attribute("NumberOfPhysicalCPU", info.GetNumberOfPhysicalCPU());
|
||||||
|
|||||||
Reference in New Issue
Block a user