summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2011-01-05 14:10:18 -0500
committerprep <prep@lindenlab.com>2011-01-05 14:10:18 -0500
commitdfddccd65da32ac2c11c9106c3995a3281d7c30d (patch)
tree6481fec537385700f475b5ec68a5c57a64061de7 /indra/newview/llappviewer.cpp
parentc20f9342b9632c4e5480faa5d4e6be26c75e1157 (diff)
parentb70a8ee0daf1145d364dbcbed1e54df197b9f7fc (diff)
merge
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 3c6b881eeb..0093279859 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -2874,6 +2874,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.
}