diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-09-16 13:13:06 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-09-16 13:13:06 -0600 |
commit | fcdd09772f857b7a8ba4cd12d42b23e9dbb6dbf7 (patch) | |
tree | 8de9447e7a21bb98f7a0cbcaf8ffd1ed198fe038 /indra/newview/llviewerstats.cpp | |
parent | b5ea8b6046b2634cd0ef0ca2d7c3ac8079529e90 (diff) |
debug code for SH-115: investigate texture related network traffic between viewer 2.x and 1.23.
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
-rw-r--r-- | indra/newview/llviewerstats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index e55808597c..5da672e759 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -558,7 +558,7 @@ F32 gWorstLandCompression = 0.f, gWorstWaterCompression = 0.f; U32 gTotalWorldBytes = 0, gTotalObjectBytes = 0, gTotalTextureBytes = 0, gSimPingCount = 0; U32 gObjectBits = 0; F32 gAvgSimPing = 0.f; - +U32 gTotalTextureBytesPerBoostLevel[LLViewerTexture::MAX_GL_IMAGE_CATEGORY] = {0}; extern U32 gVisCompared; extern U32 gVisTested; |