Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-04-12 | BUILDFIX: attempted gcc fix | Richard Linden | |
2013-04-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-04-12 | BUILDFIX: attempted gcc fix | Richard Linden | |
2013-04-12 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-04-12 | BUILDFIX: attempted gcc fix | Richard Linden | |
2013-04-11 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2013-04-11 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
added ability to query periodic timer for specific number of periods used that to do smaller time averaged window for camera speed | |||
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-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-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-21 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | 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 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
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 | |||
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-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 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
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-16 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-01-15 | a minor change to LLTrace::ExtendableRecording, make its functions public. | Xiaohong Bao | |
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-03 | fixing linux compile errors for llcommon after LLTrace work | Andrew Meadows | |
2012-12-21 | SH-3468 WIP add memory tracking base class | Richard Linden | |
improvements on lifetime of lltrace core data structures tweaks to thread local pointer handling so that static constructors/destructors can safely call functions that use lltrace | |||
2012-12-18 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
removed some potential data races got memory stats recording in trace system | |||
2012-12-09 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
added ability to query self time of block timers indepedently | |||
2012-12-07 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
improved unit tests for LLUnit renamed LLUnit to LLUnitImplicit with LLUnit being reserved for explicit units | |||
2012-12-06 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed gcc compile error made LLCopyOnWritePointer contain an LLPointer, not derive from it added type trait to control periodicrecording mean value type | |||
2012-12-04 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
added copy constructor to periodic recording to allow snapshot generation in fast timer view fixed build errors | |||
2012-12-03 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
converted fast timer view over to new lltrace mechanisms | |||
2012-12-02 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
started moving fast timer historical stats over to LLTrace periodic recording | |||
2012-11-30 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed crash when sending viewer asset stats | |||
2012-11-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
cleaning up build moved most includes of windows.h to llwin32headers.h to disable min/max macros, etc streamlined Time class and consolidated functionality in BlockTimer class llfasttimer is no longer included via llstring.h, so had to add it manually in several places | |||
2012-11-13 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
moving fast timers into lltrace namespace and accumulation system | |||
2012-11-12 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
simplified llfasttimer code down to 2 classes llunit unit conversion now done in floating point or 64 bit integer precision, depending on source type | |||
2012-11-08 | SH-3499 WIP Ensure asset stats output is correct | Richard Linden | |
Finished making LLUnit implicitly convertible to/from scalar integer values cleaned up test code | |||
2012-11-07 | SH-3499 WIP Ensure asset stats output is correct | Richard Linden | |
further fixes to implicit conversion of unit types | |||
2012-11-07 | SH-3499 WIP Ensure asset stats output is correct | Richard Linden | |
fixed trace data gathering and routing from background thread simplified slave->master thread communication (eliminated redundant recording and proxy object) improved performance of fast timer data gathering (slow iterators) | |||
2012-11-05 | SH-3499 WIP Ensure asset stats output is correct | Richard Linden | |
fixed copy behavior of recordings and accumulator buffers | |||
2012-11-01 | SH-3499 Ensure asset stats output is correct | Richard Linden | |
added support for specifying predicates for xui and llsd serialization | |||
2012-11-01 | SH-3405 FIX convert existing stats to lltrace system | Richard Linden | |
output of floater_stats is now identical to pre-lltrace system (with some tweaks) | |||
2012-11-01 | SH-3405 FIX convert existing stats to lltrace system | Richard Linden | |
final removal of remaining LLStat code | |||
2012-10-19 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
finished most of conversion of llviewerassetstats ported some param block fixes from viewer-chui converted viewer asset stats to param block format | |||
2012-10-17 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling | |||
2012-10-17 | SH-3275 Update viewer metrics system to be more flexible | Richard Linden | |
put template parameter back in LLUnit units added free function operators for mathematical manipulation of unit values converted texture memory tracking to units |