aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-13 add the option Normalized55FPS. This is transition code ported from avinatio...UbitUmarov1-18/+22
2015-11-09 replace StatisticsFPSfactor that needed to be changed with FrameTime to a si...UbitUmarov1-140/+146
2015-11-08rename MinFrameTime as FrameTime, since it is not a minimum but a target valu...UbitUmarov1-8/+14
2015-10-21 recover scripts execution time stat i lost on previus changes. Behing async,...UbitUmarov1-1/+3
2015-10-12 in stats use real integration time, not the wanted one. Dont let stats calls...UbitUmarov1-20/+29
2015-09-08 add script events per sec stat, using the time report code, but ignoring the...UbitUmarov1-2/+9
2015-09-06remove a forgotten cast to intUbitUmarov1-1/+1
2015-09-06still a missing stat IDUbitUmarov1-9/+12
2015-09-06let extra stats travel side by side with viewers ones... try to fix damm arra...UbitUmarov1-50/+91
2015-09-04a few changes to stats. Array order coerent on users. give up on moses stats ...UbitUmarov1-79/+91
2015-09-04remove a forgotten 1000.9 factor on physics fpsUbitUmarov1-1/+1
2015-09-04use GetTimeStampMS to increase heartbeat and stats timing resolution. some re...UbitUmarov1-53/+52
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-1/+1
2015-09-02seems to compile ( tests comented out)UbitUmarov1-175/+7
2015-08-30Mantis #7713: fixed bug introduced by 1st MOSES patch.Diva Canto1-7/+9
2015-08-11Show Script Time in the statistics panelOren Hurvitz1-38/+42
2015-04-30Updated phase 2 to have the changes originally done in phase 1 for the defaul...Steven Zielinski1-1/+1
2015-04-29Added in all metrics for Phase 1 except for Time Dilation.Steven Zielinski1-8/+115
2015-04-29Changed the 10 value to be a constant value inside of the Scene called m_Defa...Steven Zielinski1-1/+1
2015-04-28Changed the 10 value to be a constant value inside of the Scene called m_Defa...Steven Zielinski1-1/+1
2015-04-21Added in all metrics for Phase 1 except for Time Dilation.Steven Zielinski1-8/+115
2015-04-21Phase 2 additons with Frame Dilation metric.Robert Louden1-25/+27
2015-04-21Moved over metrics from previous OpenSim 0.8.0.3 repository (this new reposit...Glenn Martin1-13/+203
2014-11-25Improve frame time stability by taking a few unnecessary repeated calculation...Justin Clark-Casey (justincc)1-2/+2
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-1/+1
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-1/+1
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-1/+1
2013-05-14Eliminate race condition where SimStatsReporter starts reportingRobert Adams1-0/+3
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-35/+0
2012-10-23Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th...Justin Clark-Casey (justincc)1-2/+4
2012-10-04Add generic PercentageStat.Justin Clark-Casey (justincc)1-1/+1
2012-10-04Add experimental "slow frames" stat, available in "show stats" and via the mo...Justin Clark-Casey (justincc)1-0/+33
2012-09-03Prevent a nullref if SimStatsReporter tries to report on a sim where psysics areMelanie1-14/+17
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)1-1/+1
2012-07-17 fix our stats ( old schema )UbitUmarov1-27/+40
2012-06-05Scale down per frame MS stats to match scaled simulator FPS stat.Justin Clark-Casey (justincc)1-1/+1
2012-06-05Start sending spare frame time MS viewer stat. Make frame time correctly dis...Justin Clark-Casey (justincc)1-34/+78
2012-06-04Properly show per frame millisecond statistics per frame, not as amount of ti...Justin Clark-Casey (justincc)1-22/+41
2012-06-01Instead of updating sim stats root agent, child, objects and scripts accounts...Justin Clark-Casey (justincc)1-28/+14
2012-05-31Add an optional mechanism for physics modules to collect and return arbitrary...Justin Clark-Casey (justincc)1-5/+43
2012-05-12 display a sleep time of zero if forced spare time to zero, when sim fps is l...UbitUmarov1-2/+7
2012-04-24"save the catgirls"UbitUmarov1-14/+4
2012-04-24 fix Simulation time reportUbitUmarov1-0/+7
2012-04-24some reduction on time resolution efects on spare time reportUbitUmarov1-4/+8
2012-04-24*testing* changed stats time reports to be per reported frame and not acumul...UbitUmarov1-11/+64
2012-03-06Remove unnecessary explicit ElapsedEventHandler in SimReporterJustin Clark-Casey (justincc)1-1/+1
2012-03-06Explictly close down the StatsReporter so that we can shutdown its timerJustin Clark-Casey (justincc)1-0/+6
2011-10-13Tie reported FPS correction factor into the minimum frame time rather than se...Justin Clark-Casey (justincc)1-3/+9
2011-10-13Move fps stat adjustment factor into field rather than hard-coded.Justin Clark-Casey (justincc)1-1/+12
2011-10-11Start recording object updates per second statistic (analogue of agent update...Justin Clark-Casey (justincc)1-0/+28