summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerstats.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2022-12-09 17:40:08 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2022-12-09 17:40:08 +0200
commit3387fb48979bceb539937c97915de932e70d7520 (patch)
tree4da899b5802a993277c779e9abec39d4f0f0b804 /indra/newview/llviewerstats.cpp
parent94cc9149477e59411f7b0fc96823296f121e1b4f (diff)
parent4a554bfded4b916576054ffb19963a8a52dc719d (diff)
Merge branch 'SL-18824' into DRTVWR-573-maint-R
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
-rw-r--r--indra/newview/llviewerstats.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp
index a4fbbb3e78..df3db9bb1d 100644
--- a/indra/newview/llviewerstats.cpp
+++ b/indra/newview/llviewerstats.cpp
@@ -509,6 +509,7 @@ void send_viewer_stats(bool include_preferences)
system["cpu_sse"] = gSysCPU.getSSEVersions();
system["address_size"] = ADDRESS_SIZE;
system["os_bitness"] = LLOSInfo::instance().getOSBitness();
+ system["hardware_concurrency"] = (LLSD::Integer) std::thread::hardware_concurrency();
unsigned char MACAddress[MAC_ADDRESS_BYTES];
LLUUID::getNodeID(MACAddress);
std::string macAddressString = llformat("%02x-%02x-%02x-%02x-%02x-%02x",