summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2024-09-24 21:08:54 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2024-09-27 20:37:21 (GMT)
commitf5af49217855b3b49a8ecef28e94aa005bd44dfb (patch)
tree9174130afc7726b10784bf6d673658597d51d5fb /Source
parentf7cdfa9938dea4abc40fea558e486cb499c8bcf6 (diff)
downloadCMake-f5af49217855b3b49a8ecef28e94aa005bd44dfb.zip
CMake-f5af49217855b3b49a8ecef28e94aa005bd44dfb.tar.gz
CMake-f5af49217855b3b49a8ecef28e94aa005bd44dfb.tar.bz2
CTest: Report CPU model name to dashboard
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 8f2eb85..829fbf9 100644
--- a/Source/cmCTest.cxx
+++ b/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());