コミット履歴

作者 SHA1 メッセージ 日付
  Robert Adams 23ebae1828 Eliminate race condition where SimStatsReporter starts reporting 11 年 前
  Justin Clark-Casey (justincc) 4578ff74fe Add object count stats for new IncomingPacket and UDPPacketBuffer pools if they are enabled. Add count stats for existing LLUDP pool. 12 年 前
  Justin Clark-Casey (justincc) 3d36a6d55c Add generic PercentageStat. 12 年 前
  Justin Clark-Casey (justincc) e717398f6c Add experimental "slow frames" stat, available in "show stats" and via the monitoring module. 12 年 前
  Justin Clark-Casey (justincc) 35efa88c26 Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. 12 年 前
  Justin Clark-Casey (justincc) 96d1ba90d7 Scale down per frame MS stats to match scaled simulator FPS stat. 12 年 前
  Justin Clark-Casey (justincc) 655625ab87 Start sending spare frame time MS viewer stat. Make frame time correctly display total frame time, not just non-spare time. 12 年 前
  Justin Clark-Casey (justincc) a7f4804f53 Properly show per frame millisecond statistics per frame, not as amount of time taken per second. 12 年 前
  Justin Clark-Casey (justincc) 72219eae7d Instead of updating sim stats root agent, child, objects and scripts accounts every single scene frame, update in the once every 3 seconds SimStatsReporter run 12 年 前
  Justin Clark-Casey (justincc) 0b02a4d42e Add an optional mechanism for physics modules to collect and return arbitrary stats. 12 年 前
  Justin Clark-Casey (justincc) e9d8eb5a27 Remove unnecessary explicit ElapsedEventHandler in SimReporter 12 年 前
  Justin Clark-Casey (justincc) 0f4cdc0c5b Explictly close down the StatsReporter so that we can shutdown its timer 12 年 前
  Justin Clark-Casey (justincc) a6fa15e8b6 Tie reported FPS correction factor into the minimum frame time rather than setting separately. 13 年 前
  Justin Clark-Casey (justincc) ceb326284e Move fps stat adjustment factor into field rather than hard-coded. 13 年 前
  Justin Clark-Casey (justincc) fe3594c5ea Start recording object updates per second statistic (analogue of agent updates per secod) and expose via monitoring module as ObjectUpdatePerSecondMonitor 13 年 前
  Justin Clark-Casey (justincc) 62aad4c18f Add other region stats (total frame time, physics fps, etc.) currently missing from MonitorModule 13 年 前
  Justin Clark-Casey (justincc) 19096bd391 Convert getLastReportedSimFPS() and getLastReportedSimStats() into more idiomatic LastReportedSimFPS and LastReportedSimStats on SimStatsReporter 13 年 前
  Justin Clark-Casey (justincc) ff80113534 Go back to lying that sim fps is 55 when it's actually locked at a maximum of 11. 13 年 前
  Justin Clark-Casey (justincc) ca83f99332 Instead of adding stat agentMS in all kinds of places, calculate it instead in the main Scene.Update() loop, like the other stats 13 年 前
  Justin Clark-Casey (justincc) 7d033187d8 Make reported sim fps more accurate, in line with frame time ms 13 年 前
  Melanie 004b395d12 Make SImStatsReporter pick ObjectCapacity striaght out of region info 14 年 前
  Jeff Ames 70d5b1c34c Formatting cleanup. Add copyright headers. 14 年 前
  Teravus Ovares (Dan Olivares) d2c1610d17 * Test Autoconvert line ending on my repo.. 14 年 前
  Teravus Ovares (Dan Olivares) 56dca3b5a4 * Fix Inconsistent line ending style on SimStatsReporter 14 年 前
  Teravus Ovares (Dan Olivares) 4338f4e1d7 * Patch from Misterblue to fix Environment.TickCount for statistics purposes. Resolves the wrap-around of the 32 bit uint. 14 年 前
  Teravus Ovares (Dan Olivares) 8296413add * Re-enable lightweight packet tracking stats on a 3000 ms interval. 14 年 前
  Jeff Lee d39c300d11 Added osGetRegionStats() function, to return a number of sim statistics 15 年 前
  Jeff Ames ee205e7e81 Formatting cleanup. 15 年 前
  Jeff Ames 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 年 前
  diva 12a470e6a7 Making SimStatsReporter a little more restrained in requesting the IEstateModule interface. 15 年 前