MAINT-8302 Re-enabled exportCharts

master
andreykproductengine 2018-02-23 16:02:24 +02:00
parent 481713000b
commit d82844dd18
1 changed files with 1 additions and 2 deletions

View File

@ -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();