diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-09-13 12:39:14 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-09-13 12:39:14 -0600 |
commit | b5ea8b6046b2634cd0ef0ca2d7c3ac8079529e90 (patch) | |
tree | a1df86afc123478cce8e0d8d102410bb40d055ce /indra/newview/llviewerstats.h | |
parent | 85053e53b6ffabddf702f5ef8da52fe5c18e7753 (diff) |
for VWR-22936: design test code/plan for the object cache.
Diffstat (limited to 'indra/newview/llviewerstats.h')
-rw-r--r-- | indra/newview/llviewerstats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerstats.h b/indra/newview/llviewerstats.h index ca977d4599..dd82ccddc3 100644 --- a/indra/newview/llviewerstats.h +++ b/indra/newview/llviewerstats.h @@ -264,4 +264,5 @@ void send_stats(); extern std::map<S32,LLFrameTimer> gDebugTimers; extern std::map<S32,std::string> gDebugTimerLabel; extern U32 gTotalTextureBytes; +extern U32 gTotalObjectBytes; #endif // LL_LLVIEWERSTATS_H |