Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-25 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | 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-22 | merge with viewer-release | 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-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-08 | Merge | Xiaohong Bao | |
2013-01-04 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
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-13 | We now handle local_id=0 in KillObject as a prefix to deleted local_id's. | Andrew Meadows | |
This is the real viewer-side work that was the motivation for MAINT-2123. Reviewed with Bao. | |||
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-01 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed scale of reported times moved reset calls to happen at same time so we don't show partial results | |||
2012-11-30 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed crash when sending viewer asset stats | |||
2012-11-30 | MAINT-1991 Attempt to mitigate crashes in GL drivers by encouraging people ↵ | Dave Parks | |
to update their drivers. Reviewed by Simon | |||
2012-11-27 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics | Richard Linden | |
2012-11-27 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed precision of fast timer counts | |||
2012-11-27 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
hunting down bad values and crashes | |||
2012-11-20 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Dave Parks | |
2012-11-20 | merge changes for DRTVWR-246 | Oz Linden | |
2012-11-19 | merge with viewer-development | Richard Linden | |
2012-11-16 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
got new fast timer code to compile and run | |||
2012-11-15 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
eliminated min and max macros from windows.h got rest of viewer to compile against llfasttimer changes | |||
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-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 | Automated merge with http://bitbucket.org/lindenlab/viewer-beta | Dave Parks | |
2012-11-07 | MAINT-1815 Fix for excessive memory usage in Mayfair. Disable tcmalloc. ↵ | Dave Parks | |
Disable private memory pools. Make viewer large address aware on windows. Reviewed by Kelly | |||
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-3405 FIX convert existing stats to lltrace system | Richard Linden | |
final removal of remaining LLStat code | |||
2012-10-18 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
created param block skeleton for asset stats removed most of llviewerassetstats logic | |||
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-15 | For SH-3333: Design and implement a new object cache system on viewer side | Xiaohong Bao | |
2012-10-15 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
converted all remaining LLViewerStats to lltrace | |||
2012-10-15 | Merge in viewer-development code and fix build | simon@Simon-PC.lindenlab.com | |
2012-10-10 | merge | Richard Linden | |
2012-10-10 | pull back 3.4.1-beta6 fixes | Oz Linden | |
2012-10-10 | Pull and merge from ssh://hg@bitbucket.org/oz_linden/viewer-beta-drtvwr-179. | William Todd Stinson | |
2012-10-09 | MAINT-1688 Potential fix for crash on exit in LLTextureFetch | Dave Parks | |
2012-10-03 | Fix non-thread-safe refcounting of LLHTTPClient::Responder and fix ↵ | Dave Parks | |
out-of-order deletion of LLTextureFetch on shutdown | |||
2012-10-02 | SH-3404 create sampler class | Richard Linden | |
renamed LLTrace::ThreadTrace to LLTrace::ThreadRecorder renamed LLTrace::Sampler to LLTrace::Recording | |||
2012-10-02 | Instrument debug builds on windows to help track down source of heap corruption | Dave Parks | |
2012-09-28 | SH-3275 WIP Run viewer metrics for object update messages | Richard Linden | |
created separate constructor for static allocation of sampler buffer fixed start/stop/resume semantics of samplers and added sampler time interval tracking | |||
2012-09-26 | SH-3275 WIP Run viewer metrics for object update messages | Richard Linden | |
slave threads now pushing data to master thread | |||
2012-09-20 | reapply 04fdf7945708: MAINT-775 Fix for particle index pool corruption on ↵ | Dave Parks | |
teleport. | |||
2012-09-10 | Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵ | William Todd Stinson | |
repository. | |||
2012-09-06 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-11-14 | DRTVWR-241: resolve merge conflict with viewer-development. | Nat Goodspeed | |
LLUI::setupPaths() went away with DRTVWR-210. | |||
2012-11-14 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-13 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-07 | Merge. Refresh DRTVWR-209 with 3.4.2-beta1 code. | Monty Brandenberg | |
Two fairly simple conflicts: dead stats sending code in the texture fetch code (new llcorehttp library) and the cleanup code in llappviewer was moved around in 3.4.x. | |||
2012-11-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-11-06 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |