summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-02-23 16:02:24 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-02-23 16:02:24 +0200
commitd82844dd1868b617c82c5ff8b07cd7164b9e049c (patch)
treee207477be956879f9037d77efe6843c37126b5bc
parent481713000b4b45f2ce6d397aa3326520bbb9da16 (diff)
MAINT-8302 Re-enabled exportCharts
-rw-r--r--indra/newview/llfasttimerview.cpp3
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();