diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-07-15 10:52:29 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-07-15 10:52:29 -0400 |
commit | e0c2a4ac336c7ecbfe4215a02a201d685e6d14fd (patch) | |
tree | bda4b6f9792d79114f8b8dbca24127bd4940f756 /indra/newview/llfasttimerview.cpp | |
parent | 913659c3094a55bcb423cef5dd89152e80648e39 (diff) |
SL-126 - getting performance analysis into a non-crashing state
Diffstat (limited to 'indra/newview/llfasttimerview.cpp')
-rw-r--r-- | indra/newview/llfasttimerview.cpp | 3 |
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(); |