From 237627181dbd9c7712ddaa8da6cdf1a8828d1279 Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Tue, 29 Oct 2013 19:05:28 -0700 Subject: always dump entire fast timer log on right click...not just visible timers --- indra/newview/llfasttimerview.cpp | 16 ++++++++-------- 1 file 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; -- cgit v1.2.3