diff options
author | Dave Parks <davep@lindenlab.com> | 2012-09-20 09:56:36 -0400 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-09-20 09:56:36 -0400 |
commit | c2d0531a0ed2236addfd5377af65efbf745892ed (patch) | |
tree | 40049c8d06c20f8257c530d6c4b3f4f7e81b67bc /indra/newview/llviewerobject.cpp | |
parent | 55e1557b8af1c02d6b50214f9f24d5a384aa3b3a (diff) |
reapply 71673401390a: MAINT-646 Knock out some extraneous performance timers
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 97783d843e..890528266d 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -2190,8 +2190,8 @@ BOOL LLViewerObject::isActive() const BOOL LLViewerObject::idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time) { - static LLFastTimer::DeclareTimer ftm("Viewer Object"); - LLFastTimer t(ftm); + //static LLFastTimer::DeclareTimer ftm("Viewer Object"); + //LLFastTimer t(ftm); if (mDead) { |