Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-17 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
added getAs and setAs to LLUnit to make it clearer how you specify units removed accidental 0-based indexing of periodicRecording history... should now be consistently 1-based, with 0 accessing current active recording removed per frame timer updates of all historical timer bars in fast timer display added missing assignment operator to recordings | |||
2013-06-13 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
changed Units macros and argument order to make it more clear optimized units for integer types fixed merging of periodicrecordings...should eliminate duplicate entries in sceneloadmonitor history | |||
2013-06-04 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed mem stat tracking...now properly tracks memory footprint with floating point precision cleaned up macros for unit declaration renamed units to SI standard for 1024 multiples (kibibytes, etc) fixed units output for scene monitor dump | |||
2013-06-04 | BUILDFIX: don't multiple define class statics...use inline static method instead | Richard Linden | |
2013-06-04 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
added labels to LLUnit types added memstat dumps to llscenemonitor | |||
2013-06-02 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed unnecessary templates from accumulator types...now always track data in double precision floating point, using templated accessors to convert to and from arbitrary types | |||
2013-05-31 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
made recordings auto-update when executing query while active | |||
2013-05-31 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed multithreading lltrace causing values to be interpolated towards 0 added Radians unit improved sceneloadmonitor restart heuristic to use accumulated camera motion | |||
2013-05-29 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting/ | Richard Linden | |
2013-05-29 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed copy construction behavior of Recordings to not zero out data split measurement into event and sample, with sample representing a continuous function | |||
2013-05-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-05-23 | for SH-4145: Interesting: Implement occlusion culling for object cache | Xiaohong Bao | |
2013-05-22 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
clean up of llscenemonitor.cpp | |||
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed extra dereference for copy on write pointer moved copyonwrite mechanism to RecordingBuffers from individual buffer fixed logic that was leaving scene unfrozen when camera moved during metrics gathering | |||
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
further improvements that should eliminate more short duration recording periods | |||
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed copy construction of Recorders, eliminated most zero-length frames fixed reset behavior of periodic recordings and extendable recordings to clear entire history removed busy-loop recording of stats from worker threads...stats reported only when work is done | |||
2013-05-16 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect cleaned up scene monitor stats recording, now all trace stats dumped to csv also fixed extendablerecording, periodicrecording, etc. to properly implement start/stop/etc | |||
2013-05-13 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
improved precision of scene diff log output | |||
2013-05-13 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
added log output for scene monitoring | |||
2013-05-10 | BUILDFIX - bad logic in scene monitor frame recording | Richard Linden | |
2013-05-10 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect standard naming conventions for handlers vs. reactors | |||
2013-04-23 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
convert scene monitor to use extendable periodic recording | |||
2013-04-10 | fix a logout crash | Xiaohong Bao | |
2013-04-08 | Automated merge with ↵ | Richard Linden | |
bundle:c:\code\viewer-interesting+c:\users\richard\appdata\local\temp\thg.63pnn4\ssh__hg.lindenlab.com_richard_viewer-interesting-metrics_efdmpj.hg | |||
2013-04-04 | fix some warnings caused by scenen loading monitoring when quit viewer. | Xiaohong Bao | |
2013-03-28 | freeze particle system when monitor scene loading | Xiaohong Bao | |
2013-03-28 | change scene loading monitor frame diff filter threshold value. | Xiaohong Bao | |
2013-03-25 | for SH-3833: dump frame diff values from the scene loading monitor to a log file | Xiaohong Bao | |
2013-03-21 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Xiaohong Bao | |
2013-03-21 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
copied over scene load frame differencing changes from viewer-interesting made periodicrecording flexible enough to allow for indefinite number of periods added scene loading stats floater fixed collapsing behavior of container views | |||
2013-03-14 | for SH-3968: Rendering issues when scene loading monitoring code disabled on ↵ | Xiaohong Bao | |
Mac. | |||
2013-01-10 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
fixed gcc errors in llscenemonitor.cpp | |||
2012-12-19 | fix for SH-3640: Can not edit objects | Xiaohong Bao | |
2012-12-02 | more for SH-3350, add debug texts | Xiaohong Bao | |
2012-11-30 | for SH-3350 and SH-3353: Report frame-to-frame visual deltas as an LLStat | Xiaohong Bao | |
2012-11-21 | more for SH-3571: display frame-to-frame pixel differences on screen | Xiaohong Bao | |
2012-11-19 | for SH-3561: capture the frame buffer contents and compare pixel differences ↵ | Xiaohong Bao | |
between frames. |