summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llappviewer.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 87c0085226..69333ff4a3 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1057,8 +1057,6 @@ bool LLAppViewer::mainLoop()
//clear call stack records
llclearcallstacks;
- MEM_TRACK
-
//check memory availability information
{
if(memory_check_interval < memCheckTimer.getElapsedTimeF32())
@@ -1103,8 +1101,6 @@ bool LLAppViewer::mainLoop()
}
#endif
- MEM_TRACK
-
//memory leaking simulation
LLFloaterMemLeak* mem_leak_instance =
LLFloaterReg::findTypedInstance<LLFloaterMemLeak>("mem_leaking");
@@ -1166,8 +1162,6 @@ bool LLAppViewer::mainLoop()
resumeMainloopTimeout();
}
- MEM_TRACK
-
if (gDoDisconnect && (LLStartUp::getStartupState() == STATE_STARTED))
{
pauseMainloopTimeout();
@@ -1189,8 +1183,6 @@ bool LLAppViewer::mainLoop()
}
- MEM_TRACK
-
pingMainloopTimeout("Main:Sleep");
pauseMainloopTimeout();
@@ -1305,9 +1297,6 @@ bool LLAppViewer::mainLoop()
pingMainloopTimeout("Main:End");
}
-
- MEM_TRACK
-
}
catch(std::bad_alloc)
{