diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-12-29 10:03:33 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-12-29 10:03:33 -0500 |
commit | 28b628ab7b92243a6e40fcdf87f4e2c5b44150e7 (patch) | |
tree | 1e15e9602d8dcfc5766587114d822623a14d6a29 /indra/newview | |
parent | 261ac32dda439fa1fc5708c78168967bf4d484e6 (diff) |
allow run-time query of which timer function is being used
Diffstat (limited to 'indra/newview')
-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 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. } |