summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindra/newview/llfasttimerview.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp
index bd92b4b6ca..768f7c1a03 100755
--- a/indra/newview/llfasttimerview.cpp
+++ b/indra/newview/llfasttimerview.cpp
@@ -961,10 +961,10 @@ void LLFastTimerView::printLineStats()
first = false;
legend_stat += idp->getName();
- if (idp->getTreeNode().mCollapsed)
- {
- it.skipDescendants();
- }
+ //if (idp->getTreeNode().mCollapsed)
+ //{
+ // it.skipDescendants();
+ //}
}
LL_INFOS() << legend_stat << LL_ENDL;
@@ -995,10 +995,10 @@ void LLFastTimerView::printLineStats()
timer_stat += llformat("%.1f",ms.value());
- if (idp->getTreeNode().mCollapsed)
- {
- it.skipDescendants();
- }
+ //if (idp->getTreeNode().mCollapsed)
+ //{
+ // it.skipDescendants();
+ //}
}
LL_INFOS() << timer_stat << LL_ENDL;
mStatsIndex = -1;