diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-02-23 16:02:24 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-02-23 16:02:24 +0200 |
commit | d82844dd1868b617c82c5ff8b07cd7164b9e049c (patch) | |
tree | e207477be956879f9037d77efe6843c37126b5bc /indra | |
parent | 481713000b4b45f2ce6d397aa3326520bbb9da16 (diff) |
MAINT-8302 Re-enabled exportCharts
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfasttimerview.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index 34d0972d72..f68e63cb96 100644 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -908,8 +908,7 @@ void LLFastTimerView::doAnalysisDefault(std::string baseline, std::string target base[label]["Samples"].asInteger()); } - // This currently crashes, possibly due to a race condition in shutdown: - // exportCharts(baseline, target); + exportCharts(baseline, target); os.flush(); os.close(); |