diff options
author | Oz Linden <oz@lindenlab.com> | 2012-11-05 11:47:15 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-11-05 11:47:15 -0500 |
commit | 6a81a8f14cccae01b601b9ab7eba2f3c715dbc0d (patch) | |
tree | 1fa0dc2f8d1fca355dbb797b51b5f55cf7416f46 /indra/newview/llviewerwindow.cpp | |
parent | 07410567c087a877ac8af25cd85c0100123d4a63 (diff) | |
parent | 02afdef3698ae17ef19ea17956c285d2523b142d (diff) |
merge up to latest viewer-development
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rwxr-xr-x | indra/newview/llviewerwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 1798d554b9..c3af0f6a51 100755 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -563,6 +563,9 @@ public: addText(xpos, ypos, llformat("%d Render Calls", gPipeline.mBatchCount)); ypos += y_inc; + addText(xpos, ypos, llformat("%d/%d Objects Active", gObjectList.getNumActiveObjects(), gObjectList.getNumObjects())); + ypos += y_inc; + addText(xpos, ypos, llformat("%d Matrix Ops", gPipeline.mMatrixOpCount)); ypos += y_inc; |