diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-18 00:41:26 +0300 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-18 01:27:25 +0300 | 
| commit | ed74d15246ded84ded3a096046d79e95352b444e (patch) | |
| tree | 5058d05c2eb763fadfbbed8460512f05e25fb5d9 /indra/newview | |
| parent | 9bec9afb4d9a8cefc504031fb09f74ddf0d18006 (diff) | |
SL-17388 Add SSE version info to ViewerStats
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llviewerstats.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index 0ca4a3712d..dab11d4e04 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -498,6 +498,7 @@ void send_viewer_stats(bool include_preferences)  	system["ram"] = (S32) gSysMemory.getPhysicalMemoryKB().value();  	system["os"] = LLOSInfo::instance().getOSStringSimple();  	system["cpu"] = gSysCPU.getCPUString(); +    system["cpu_sse"] = gSysCPU.getSSEVersions();  	system["address_size"] = ADDRESS_SIZE;  	unsigned char MACAddress[MAC_ADDRESS_BYTES];  	LLUUID::getNodeID(MACAddress); | 
