Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-05 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
DRTVWR-412 Bento (avatar skeleton extensions) | |||
2016-10-31 | MAINT-2465 FIXED Viewer crash when hovering in fast timers floater | Mnikolenko Productengine | |
2016-09-02 | SL-124 - small comment cleanups | Brad Payne (Vir Linden) | |
2016-07-15 | SL-126 - getting performance analysis into a non-crashing state | Brad Payne (Vir Linden) | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-10-18 | Update to build on Xcode 6.0: collection of removal of unused variables ↵ | callum_linden | |
[-Wunused-variable] | |||
2013-11-12 | BUILDFIX - miscellaneous stuff missed in the merge | Richard Linden | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-10-29 | always dump entire fast timer log on right click...not just visible timers | Richard Linden | |
2013-10-23 | moved some common functionality from LLTrace::BlockTimerStatHandle to BlockTimer | Richard Linden | |
updates appearance utility dependency | |||
2013-10-16 | moved tree iterators into llfasttimer.h | Richard Linden | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-03 | more memory optimizations of lltrace | Richard Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-19 | BUILDFIX: removed consideration of some bad overloads in return type evaluation | Richard Linden | |
of unit operators | |||
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-15 | moved unit types out of LLUnits namespace, since they are prefixed | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-09-13 | Build fix after patch for MAINT-3137 | dmitrykproductengine | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-31 | cleanup - renamed valueAs to valueInUnits and made it a symmetrical ↵ | Richard Linden | |
getter/setter | |||
2013-07-23 | renamed mVarianceSum to mSumOfSquares to be more clear | Richard Linden | |
fixed normalization assertions to work with megaprims added is_zero() utility function fixed unit declarations to be more clear fixed texture cache hit rate always being 0 | |||
2013-07-01 | SH-4294 FIX Interesting: Statistics Texture cache hit rate is always 0% | Richard Linden | |
also, removed LLTrace::init and cleanup removed derived class implementation of memory stat for LLMemTrackable is automatic now | |||
2013-06-28 | SH-4299 FIX Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console added ability to force uniqueness of LLCopyOnWritePointer converted more variables to units added convenience function for unit constants | |||
2013-06-20 | merge with release | Richard Linden | |
2013-06-19 | BUILDFIX: forgot a file | Richard Linden | |
2013-06-19 | SH-4246 FIX interesting: fast timers significantly decreases framerate | Richard Linden | |
moved collapsed flag to fast timer tree node | |||
2013-06-18 | SH-4246 FIX interesting: fast timers significantly decreases framerate | Richard Linden | |
removed implicit flushes on reads from recorders for better performance made sure stack timers were updated on recorder deactivate faster rendering and better ui for fast timer view | |||
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-05 | merge with viewer-release | Richard Linden | |
2013-05-20 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
killed LLFastTimerView::getTime fixed block time stats always being 0 | |||
2013-05-09 | Merge downstream code and viewer-beta | simon | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-11 | Merge in downstream code (chui fixes, materials) | simon | |
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-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
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 | |
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 | |
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 | Rollback Maestro interp changes | Graham Madarasz (Graham Linden) | |
2013-03-08 | Optimize interp code to elim hundreds of divides per frame and fix jitter bugs. | Graham Madarasz (Graham) | |
2013-03-05 | Fixing issues with not detecting when LLSD XML parsing fails. Changing most ↵ | Don Kjer | |
http error handlers to understand LLSD error responses. Fleshing out most http error handler message spam. | |||
2013-03-04 | MAINT-2371 More optimizations. | Dave Parks | |
Reviewed by Graham | |||
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-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-05 | SH-3275 WIP interesting Update viewer metrics system to be more flexible | Richard Linden | |
quantized fast timer range to nearest 20ms for easier reading | |||
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-31 | SH-3275 WIP interesting Update viewer metrics system to be more flexible | Richard Linden | |
fast timer bars render correctly |