summaryrefslogtreecommitdiff
path: root/indra/newview/llfasttimerview.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-07-15 10:52:29 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-07-15 10:52:29 -0400
commite0c2a4ac336c7ecbfe4215a02a201d685e6d14fd (patch)
treebda4b6f9792d79114f8b8dbca24127bd4940f756 /indra/newview/llfasttimerview.cpp
parent913659c3094a55bcb423cef5dd89152e80648e39 (diff)
SL-126 - getting performance analysis into a non-crashing state
Diffstat (limited to 'indra/newview/llfasttimerview.cpp')
-rw-r--r--indra/newview/llfasttimerview.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp
index 4a059fdc67..e9b5403dea 100644
--- a/indra/newview/llfasttimerview.cpp
+++ b/indra/newview/llfasttimerview.cpp
@@ -904,7 +904,8 @@ void LLFastTimerView::doAnalysisDefault(std::string baseline, std::string target
base[label]["Samples"].asInteger());
}
- exportCharts(baseline, target);
+ // BENTO - this currently crashes
+ // exportCharts(baseline, target);
os.flush();
os.close();