diff options
author | Richard Linden <none@none> | 2012-11-27 20:17:37 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-11-27 20:17:37 -0800 |
commit | 93aca485ba08a82a6bd3a2fc31deca18af0d1478 (patch) | |
tree | 9f8e062cba1ab14d56081f699f9d8d8812389915 /indra/newview/llappviewer.cpp | |
parent | 6db6cb39f41e921e75970d1570a74cf35d353a35 (diff) |
SH-3406 WIP convert fast timers to lltrace system
fixed precision of fast timer counts
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 547eb2fefe..1ecbc00257 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1341,6 +1341,7 @@ bool LLAppViewer::mainLoop() gGLActive = FALSE; } + LLTrace::get_frame_recording().nextPeriod(); } pingMainloopTimeout("Main:Sleep"); @@ -4307,9 +4308,6 @@ void LLAppViewer::idle() update_statistics(); } - LLTrace::get_frame_recording().nextPeriod(); - - //////////////////////////////////////// // // Handle the regular UI idle callbacks as well as |