SH-3931 WIP Interesting: Add graphs to visualize scene load metrics

further improvements that should eliminate more short duration recording periods
master
Richard Linden 2013-05-20 00:49:57 -07:00
parent f850ae03b3
commit 1225a7a3cc
1 changed files with 4 additions and 2 deletions

View File

@ -486,8 +486,10 @@ void LLSceneMonitor::fetchQueryResult()
{
mRecording->extend();
}
mRecording->getPotentialRecording().nextPeriod();
else
{
mRecording->getPotentialRecording().nextPeriod();
}
}
}
}