diff options
author | Richard Linden <none@none> | 2013-05-20 00:01:57 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-05-20 00:01:57 -0700 |
commit | f850ae03b399a5cc7aa32f82b8ed996518a86a2a (patch) | |
tree | 234c52cd26a804b35973f273b80d03a356f3142b /indra/newview/llviewerdisplay.cpp | |
parent | 116d37b4d5883e6020f24ee9c660e9e4511a1574 (diff) |
SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
fixed copy construction of Recorders, eliminated most zero-length frames
fixed reset behavior of periodic recordings and extendable recordings to clear entire
history
removed busy-loop recording of stats from worker threads...stats reported only when work is done
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 970862892c..5974c84596 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -803,6 +803,8 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield, BOOL for_snapshot) } } + LLSceneMonitor::getInstance()->fetchQueryResult(); + LLGLState::checkStates(); LLGLState::checkClientArrays(); |