aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Statistics/AssetStatsReporter.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Refactor: Renaming non viewer statistics classes from Reporters to ↵Justin Clarke Casey2008-05-141-104/+0
| | | | Collectors - this seems more intuitive
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-1/+0
| | | | (this took a while to run).
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-1/+1
|
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-041-1/+1
|
* * Add 'asset not found' statistics to grid asset server statsJustin Clarke Casey2008-01-301-8/+23
|
* * Insert 'assets served per hour' speed to asset server statsJustin Clarke Casey2008-01-301-6/+15
|
* * Move AssetStatsReporter to Framework.StatisticsJustin Clarke Casey2008-01-281-0/+82
* The hooks are still plugged in too high at the asset server, but then next layer down is the database and this may be refactored soon. * This change will requires a prebuild