MAINT-646: Knock out some extraneous performance timers. https://bitbucket.org/davep/viewer-development/changeset/71673401390a
This commit is contained in:
@@ -2245,8 +2245,9 @@ 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)
|
||||
{
|
||||
// It's dead. Don't update it.
|
||||
|
||||
Reference in New Issue
Block a user