diff options
author | Richard Linden <none@none> | 2013-07-24 23:07:34 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-07-24 23:07:34 -0700 |
commit | dce3f9bc8f9b838e5ffc6ff584bee1080076c039 (patch) | |
tree | be01da8e4cd129f082adbf3bc7e85ff9da61148e /indra/newview | |
parent | 3430444212a14a7f40d8b1afdbefc68c3319562d (diff) |
SH-4297 WIP interesting: viewer-interesting starts loading cached scene late
added commented out log timestamp override for scene load performance monitoring
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 9193037a6c..a208745822 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2153,6 +2153,7 @@ void LLAppViewer::initLoggingAndGetLastDuration() LLError::initForApplication( gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, "")); LLError::setFatalFunction(errorCallback); + //LLError::setTimeFunction(getRuntime); // Remove the last ".old" log file. std::string old_log_file = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, |