summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-10-29 19:05:28 -0700
committerRichard Linden <none@none>2013-10-29 19:05:28 -0700
commit237627181dbd9c7712ddaa8da6cdf1a8828d1279 (patch)
tree2bcb97a27e449dad920960836a01f6b7fa978e16
parent155ca2f926afcbfd86b42ce6db68684ed266ef67 (diff)
always dump entire fast timer log on right click...not just visible timers
-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;