SL-126 - getting performance analysis into a non-crashing state

master
Brad Payne (Vir Linden) 2016-07-15 10:52:29 -04:00
parent 913659c309
commit e0c2a4ac33
1 changed files with 2 additions and 1 deletions

View File

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