SL-126 - getting performance analysis into a non-crashing state
parent
913659c309
commit
e0c2a4ac33
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue