Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-11 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed MeanValueType<T> | |||
2013-04-10 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed PeriodicRecording::getTotalRecording as it was showing up at the top on the profiler renamed getPrevRecordingPeriod, etc. to getPrevRecording | |||
2013-03-25 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed some compile errors made label spacing automatic on stat bars fixed infinite values coming from stats | |||
2013-03-22 | merge with viewer-release | Richard Linden | |
2013-03-21 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fix for broken pause button on fast timer view | |||
2013-03-21 | BUILDFIX fix for gcc build | Richard Linden | |
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-18 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
cleaned up MemTrackable stats to not use special padded allocation | |||
2013-03-18 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
changed LLCriticalDamp to LLSmoothInterpolation and sped up interpolator lookup improvements to stats display of llstatbar added scene load stats floater accessed with ctrl|shift|2 | |||
2013-03-14 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
collapsed Orientation enums to all use LLView::EOrientation added ability to display stat bar horizontally | |||
2013-03-11 | separated RecordingBuffers from Recording to make active recording stack ↵ | Richard Linden | |
more safe (part 2) | |||
2013-03-11 | separated RecordingBuffers from Recording to make active recording stack ↵ | Richard Linden | |
more safe | |||
2013-03-11 | renamed some variables/methods in LLTrace to make things clearer | Richard Linden | |
2013-03-06 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-03-06 | renamed LLTrace stat gathering classes/methods to make the structure of ↵ | Richard Linden | |
LLTrace clearer Count becomes CountStatHandle Count.sum becomes sum(Count, value), etc. | |||
2013-02-13 | SH-3275 FIX interesting Update viewer metrics system to be more flexible | Richard Linden | |
fix for inaccurate optimization of full block time calculations | |||
2013-02-10 | SH-3275 FIX interesting Update viewer metrics system to be more flexible | Richard Linden | |
streamlined fast timer delta tracking | |||
2013-02-09 | SH-3275 FIX interesting Update viewer metrics system to be more flexible | Richard Linden | |
fixed anamolous LLFastTimer timings | |||
2013-02-08 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-02-08 | SH-3275 WIP interesting Update viewer metrics system to be more flexible | Richard Linden | |
added debug output to BlockTimer | |||
2013-02-07 | SH-3275 WIP interesting Update viewer metrics system to be more flexible | Richard Linden | |
fix for timings for recursive fast timers not being correct | |||
2013-02-02 | SH-3275 WIP interesting Update viewer metrics system to be more flexible | Richard Linden | |
fixed most fast timer display and interaction issues | |||
2013-01-27 | SH-3275 WIP interesting Update viewer metrics system to be more flexible | Richard Linden | |
fixed memory leak fixed glitching of fast timer display | |||
2013-01-25 | SH-3275 WIP interesting Update viewer metrics system to be more flexible | Richard Linden | |
fix for extendablerecording not having right state | |||
2013-01-24 | SH-3275 WIP interesting Update viewer metrics system to be more flexible | Richard Linden | |
removed LLFastTimerView::getFrameTimer() dead code elimination fixed off by one array access crash | |||
2013-01-22 | merge | Richard Linden | |
2013-01-22 | SH-3275 WIP Update viewer metrics system to be more flexible | Richard Linden | |
fix for mac unit tests failing | |||
2013-01-18 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed crash on startup | |||
2013-01-17 | merge | Richard Linden | |
2013-01-17 | Merge | Richard Linden | |
2013-01-17 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed some uninitialized variables root timer accumulator was being initialized to NULL | |||
2013-01-17 | merge | Richard Linden | |
2013-01-17 | fix for mac thread local storage | Richard Linden | |
2013-01-15 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed LLExtendableRecording to actually accumulator recording time period renamed and updated LLStopWatchControlsMixin::initTo to setPlayState | |||
2013-01-15 | Automated merge with http://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-01-15 | Attempted fix for thread local storage on OS X | Richard Linden | |
2013-01-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
improved performance of fast timer stat gathering (fixed typo) | |||
2013-01-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
improved performance of fast timer stat gathering | |||
2013-01-11 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
gcc 4.1 fixes | |||
2013-01-11 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
gcc 4.1 fixes | |||
2013-01-11 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
gcc 4.1 fixes | |||
2013-01-11 | merge | Richard Linden | |
2013-01-11 | fix for mac builds | Richard Linden | |
2013-01-11 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
moved thread local storage to its own cpp file | |||
2013-01-11 | gcc fixes | Andrew Meadows | |
2013-01-10 | fix for invalid use of posix_memalign | Andrew Meadows | |
2013-01-10 | SH-3468 WIP add memory tracking base class | Richard Linden | |
actually use return value of posix_memalign! | |||
2013-01-10 | typo fix | Andrew Meadows | |
2013-01-09 | SH-3468 WIP add memory tracking base class | Richard Linden | |
made LLTrace::MemTrackable support custom alignment LLDrawable now uses MemTrackable new and delete operators | |||
2013-01-09 | SH-3468 WIP add memory tracking base class | Richard Linden | |
fix for linux build issues |