aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace StatisticsFPSfactor that needed to be changed with FrameTime to a si...UbitUmarov2015-11-091-140/+146
* rename MinFrameTime as FrameTime, since it is not a minimum but a target valu...UbitUmarov2015-11-081-8/+14
* recover scripts execution time stat i lost on previus changes. Behing async,...UbitUmarov2015-10-211-1/+3
* in stats use real integration time, not the wanted one. Dont let stats calls...UbitUmarov2015-10-121-20/+29
* add script events per sec stat, using the time report code, but ignoring the...UbitUmarov2015-09-081-2/+9
* remove a forgotten cast to intUbitUmarov2015-09-061-1/+1
* still a missing stat IDUbitUmarov2015-09-061-9/+12
* let extra stats travel side by side with viewers ones... try to fix damm arra...UbitUmarov2015-09-061-50/+91
* a few changes to stats. Array order coerent on users. give up on moses stats ...UbitUmarov2015-09-041-79/+91
* remove a forgotten 1000.9 factor on physics fpsUbitUmarov2015-09-041-1/+1
* use GetTimeStampMS to increase heartbeat and stats timing resolution. some re...UbitUmarov2015-09-041-53/+52
* at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-1/+1
* seems to compile ( tests comented out)UbitUmarov2015-09-021-175/+7
* bad merge?UbitUmarov2015-09-011-33/+109
|\
| * Merge branch 'master' into careminsterMelanie2013-05-161-0/+3
| |\
| * \ Merge branch 'master' into careminsterMelanie2012-10-231-2/+4
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-10-041-0/+33
| |\ \ \
| * | | | Prevent a nullref if SimStatsReporter tries to report on a sim where psysics areMelanie2012-09-031-14/+17
| * | | | Merge branch 'master' into careminsterMelanie2012-07-281-1/+1
| |\ \ \ \
| * | | | | fix our stats ( old schema )UbitUmarov2012-07-171-27/+40
| * | | | | Merge branch 'master' into careminsterMelanie2012-06-061-99/+115
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-06-021-28/+14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-05-311-5/+43
| |\ \ \ \ \ \ \
| * | | | | | | | display a sleep time of zero if forced spare time to zero, when sim fps is l...UbitUmarov2012-05-121-2/+7
| * | | | | | | | "save the catgirls"UbitUmarov2012-04-241-14/+4
| * | | | | | | | fix Simulation time reportUbitUmarov2012-04-241-0/+7
| * | | | | | | | some reduction on time resolution efects on spare time reportUbitUmarov2012-04-241-4/+8
| * | | | | | | | *testing* changed stats time reports to be per reported frame and not acumul...UbitUmarov2012-04-241-11/+64
* | | | | | | | | Mantis #7713: fixed bug introduced by 1st MOSES patch.Diva Canto2015-08-301-7/+9
* | | | | | | | | Show Script Time in the statistics panelOren Hurvitz2015-08-111-38/+42
* | | | | | | | | Updated phase 2 to have the changes originally done in phase 1 for the defaul...Steven Zielinski2015-04-301-1/+1
* | | | | | | | | Phase 2 additons with Frame Dilation metric.Robert Louden2015-04-211-25/+27
* | | | | | | | | Moved over metrics from previous OpenSim 0.8.0.3 repository (this new reposit...Glenn Martin2015-04-211-13/+203
* | | | | | | | | Improve frame time stability by taking a few unnecessary repeated calculation...Justin Clark-Casey (justincc)2014-11-251-2/+2
* | | | | | | | | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-1/+1
* | | | | | | | | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Eliminate race condition where SimStatsReporter starts reportingRobert Adams2013-05-141-0/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th...Justin Clark-Casey (justincc)2012-10-231-2/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Add generic PercentageStat.Justin Clark-Casey (justincc)2012-10-041-1/+1
* | | | | | Add experimental "slow frames" stat, available in "show stats" and via the mo...Justin Clark-Casey (justincc)2012-10-041-0/+33
| |_|_|_|/ |/| | | |
* | | | | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-251-1/+1
| |_|_|/ |/| | |
* | | | Scale down per frame MS stats to match scaled simulator FPS stat.Justin Clark-Casey (justincc)2012-06-051-1/+1
* | | | Start sending spare frame time MS viewer stat. Make frame time correctly dis...Justin Clark-Casey (justincc)2012-06-051-34/+78
* | | | Properly show per frame millisecond statistics per frame, not as amount of ti...Justin Clark-Casey (justincc)2012-06-041-22/+41
| |_|/ |/| |
* | | Instead of updating sim stats root agent, child, objects and scripts accounts...Justin Clark-Casey (justincc)2012-06-011-28/+14
| |/ |/|
* | Add an optional mechanism for physics modules to collect and return arbitrary...Justin Clark-Casey (justincc)2012-05-311-5/+43
|/
* Remove unnecessary explicit ElapsedEventHandler in SimReporterJustin Clark-Casey (justincc)2012-03-061-1/+1
* Explictly close down the StatsReporter so that we can shutdown its timerJustin Clark-Casey (justincc)2012-03-061-0/+6
* Tie reported FPS correction factor into the minimum frame time rather than se...Justin Clark-Casey (justincc)2011-10-131-3/+9
* Move fps stat adjustment factor into field rather than hard-coded.Justin Clark-Casey (justincc)2011-10-131-1/+12