Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-25 | BUILDFIX gcc fix | Richard Linden | |
2013-03-22 | merge with viewer-release | Richard Linden | |
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-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-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-18 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixed crash on startup | |||
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-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
improved performance of fast timer stat gathering | |||
2013-01-04 | SH-3468 WIP add memory tracking base class | Richard Linden | |
further compile error fixes | |||
2013-01-03 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
made fast timer stack thread local added LLThreadLocalSingleton made LLThreadLocalPointer obey pointer rules for const added LLThreadLocalSingletonPointer for fast thread local pointers | |||
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-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-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-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-29 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
moved runtime timer tree topology information to separate array instead of recording stack | |||
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-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-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 | |
removed remnants of LLFastTimer::FrameState | |||
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-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-09-05 | SH-3275 WIP Run viewer metrics for object update messages | Richard Linden | |
build fix | |||
2012-09-05 | SH-3275 WIP Run viewer metrics for object update messages | Richard Linden | |
first pass at LLTrace framework | |||
2012-08-30 | MAINT-1486 FIX Crash on login (Unhandled exception) | Richard Linden | |
open root timer by default | |||
2012-08-30 | MAINT-1486 FIX Crash on login (Unhandled exception) | Richard Linden | |
cleaner implementation of llfasttimers...don't bother to share similarly named timers just create multiple timers with same name...doesn't break anything | |||
2012-08-06 | llfasttimer cleanup | Richard Linden | |
removed unnecessary cache miss from fast timers renamed llfasttimer_class back to llfasttimer |