summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-12-29 10:03:33 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-12-29 10:03:33 -0500
commit28b628ab7b92243a6e40fcdf87f4e2c5b44150e7 (patch)
tree1e15e9602d8dcfc5766587114d822623a14d6a29 /indra/newview/llappviewer.cpp
parent261ac32dda439fa1fc5708c78168967bf4d484e6 (diff)
allow run-time query of which timer function is being used
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index ea2348ea25..872f59a75d 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -2741,6 +2741,8 @@ void LLAppViewer::writeSystemInfo()
LL_INFOS("SystemInfo") << "OS: " << getOSInfo().getOSStringSimple() << LL_ENDL;
LL_INFOS("SystemInfo") << "OS info: " << getOSInfo() << LL_ENDL;
+ LL_INFOS("SystemInfo") << "Timers: " << LLFastTimer::sClockType << LL_ENDL;
+
writeDebugInfo(); // Save out debug_info.log early, in case of crash.
}