Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-25 | BUIDLFIX: bad ternary expression | Richard Linden | |
2013-07-24 | BUIDLFIX: forgot to extract value from units object for calling llformat | Richard Linden | |
2013-07-24 | SH-4376 FIX: Interesting: in Statistics, replace the text "0" with "n/a" when | Richard Linden | |
there are no samples during the time period. added hasValue to SampleAccumulator so we don't print a value when we don't have a single sample yet added some disabled log output for scene load timing | |||
2013-07-24 | BUILDFIX fixed llunits unit test to use new unit declaration syntax | Richard Linden | |
2013-07-24 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
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-23 | stat bars with no stats now show n/a instead of o | Richard Linden | |
2013-07-22 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-07-22 | BUIDLFIX: moved LLThreadSafeRefCount to proper file | Richard Linden | |
2013-07-20 | removed debug spam | Richard Linden | |
fast timer data now resets on login | |||
2013-07-19 | BUILDFIX: #include and dependency cleanup | Richard Linden | |
2013-07-19 | Automated merge with https://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-07-18 | SH-4297 WIP interesting: viewer-interesting starts loading cached scene late | Richard Linden | |
dependency cleanup - removed a lot of unecessary includes | |||
2013-07-18 | SH-4297 WIP interesting: viewer-interesting starts loading cached scene late | Richard Linden | |
fixed ostream precision munging in llsys | |||
2013-07-17 | SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console made unit types work with ostreams fixed timing of scene monitor recordings to better respect requested time diff | |||
2013-07-15 | SH-4299 FIX: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console timing of scene load recording extension now guaranteed > requested time step removed double add of recorded data removed spam | |||
2013-07-15 | SH-4299Interesting: High fps shown temporarily off scale in statistics console | Richard Linden | |
various fixes to lltrace start() on started recording no longer resets fixed various instances of unit forgetfullness in lltrace recording split now has gapless timing scene monitor now guarantees min sample time renamed a bunch of stats added names to debug thread view on windows | |||
2013-07-08 | SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console added percentage/ratio units added auto-range and auto tick calculation to stat bar to automate display stats | |||
2013-07-01 | BUILDFIX: more template forward declarations | Richard Linden | |
2013-07-01 | BUILDFIX: forward declare TraceType to appease gcc template instantiation gods | Richard Linden | |
2013-07-01 | BUILDFIX: missed a couple of scope qualifiers | Richard Linden | |
2013-07-01 | BUILDFIX: reverted changes that attempted to automate mem track | Richard Linden | |
stat definition as they don't work on gcc/clang | |||
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-30 | fixed memory leak due to implementation of LLThreadLocalSingleton | Richard Linden | |
removed LLThreadLocalSingleton collapsed all thread recorder classes to single type, LLTrace::ThreadRecorder moved fasttimer stack head to llthreadlocalsingletonpointer via ThreadRecorder | |||
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-27 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-06-27 | SH-4299 WIP: Interesting: High fps shown temporarily off scale in statistics ↵ | Richard Linden | |
console fixed some lltrace logic errors more consistent syncing of timestamps of sample values in recording stack selection of primary buffers was completely incorrect assignment of recordings got wrong play state due to implicit operator = defined in base class fixed asset stats only working up to the first send | |||
2013-06-22 | fixed scene load monitor resetting to eagerly due to spurious camer amotion | Richard Linden | |
pulled swap() out of ui time block cleaned up internal lltrace dependencies, factored out common accumulator definitions | |||
2013-06-22 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
removed LLTrace unit typedefs | |||
2013-06-21 | merge | Richard Linden | |
2013-06-21 | SH-3931 FIX Interesting: Add graphs to visualize scene load metrics - ↵ | Richard Linden | |
potential fix for bad times | |||
2013-06-20 | merge with release | Richard Linden | |
2013-06-19 | BUILDFIX: size_t/u32 confusion | Richard Linden | |
2013-06-19 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
scene monitor output is cleaned up, no duplicate first frame, less scientific notation periodic recording extension now works more cleanly | |||
2013-06-19 | BUILDFIX: changed unsupported static_assert to LL_STATIC_ASSERT. | Richard Linden | |
renamed llstatic_assert_template to LL_BAD_TEMPLATE_INSTANTIATION | |||
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-18 | remove files incorrectly brought back from the past by merges | Oz Linden | |
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-10 | MAINT-2777 work-around for APR assert_always causing random crash in ↵ | Graham Madarasz | |
materials build | |||
2013-06-07 | Merge MAINT-2740 crash fix | Graham Madarasz | |
2013-06-06 | SH-4232 FIX: Interesting: Viewer Crash on Login | Richard Linden | |
2013-06-05 | Merge | Richard Linden | |
2013-06-05 | BUILDFIX: fixed llviewerassetstats test and render2dutils changes | Richard Linden | |
that were dropped in merge | |||
2013-06-05 | BUILDFIX: build fixes for mac | Richard Linden | |
2013-06-05 | BUILDFIX: re-added missing lldeleteutils.h | Richard Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-05 | Unwind cruft from hunting for 2707 they won't end up in vwr-dev-mat | Graham Madarasz | |
2013-06-05 | MAINT-2740 more comment grooming and NULL string guard | Graham Madarasz | |