diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-01-05 15:10:31 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-01-05 15:10:31 -0500 |
commit | df1c6d2a2e4ccfe7bd19a66ba95c4f7bc6edee5e (patch) | |
tree | 5d278369af1ba0ee4e75868b676b486009dbace2 /indra/newview/llappviewer.cpp | |
parent | 02783213455418a509994df16f9250b05753c183 (diff) | |
parent | dfddccd65da32ac2c11c9106c3995a3281d7c30d (diff) |
Automated merge from mesh-development
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
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. } |