- Sep 15, 2020
-
-
Rye Mutt authored
-
- Mar 25, 2020
-
-
Anchor authored
-
- May 28, 2019
-
-
andreykproductengine authored
-
- Sep 06, 2016
-
-
Nat Goodspeed authored
Previous logic could possibly leave mStartTime uninitialized, producing fatal warnings with gcc 4.7.
-
- Apr 22, 2016
-
-
Nicky authored
Fasttimers: Windows) Always use the __rdtsc() intrinsic rather than inline assembly. Linux/OSX) The rtdsc assembly intruction is clobbering EAX and EDX, the snippet was not protecting EDX accordingly. (transplanted from 6307b134f821390367d4c86a03b9a492ac7ed282)
-
Nicky authored
(transplanted from ee32840fc591f5529a0b544243e7b4146eb8f531)
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Oct 23, 2013
-
-
Richard Linden authored
updates appearance utility dependency
-
- Oct 17, 2013
-
-
Richard Linden authored
added flag to LLInstanceTracker to allow multiple values per key made StatType allow multiple values per key to eliminate block timer related crash
-
- Oct 16, 2013
-
-
Richard Linden authored
-
- Oct 15, 2013
-
-
Richard Linden authored
-
- Oct 07, 2013
-
-
Richard Linden authored
added more MemTrackable types optimized memory usage of LLTrace some more
-
- Sep 25, 2013
-
-
Richard Linden authored
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway) improved MemTrackable API, better separation of shadow and footprint added memory usage stats to floater_stats.xml
-
- Sep 08, 2013
-
-
Richard Linden authored
renamed "current" to "primary" when referring to accumulators
-
- Sep 05, 2013
-
-
Richard Linden authored
another attempt to move mem stat into base class
-
- Aug 21, 2013
-
-
Richard Linden authored
made getPrimaryAccumulator return a reference since it was an always non-null pointer changed unit conversion to perform lazy division in order to avoid truncation of timer values
-
- Aug 15, 2013
-
-
Richard Linden authored
-
- Aug 14, 2013
-
-
Richard Linden authored
added convenience types for units F32Seconds, etc.
-
- Jun 30, 2013
-
-
Richard Linden authored
removed LLThreadLocalSingleton collapsed all thread recorder classes to single type, LLTrace::ThreadRecorder moved fasttimer stack head to llthreadlocalsingletonpointer via ThreadRecorder
-
- Jun 27, 2013
-
-
Richard Linden authored
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
-
- Jun 19, 2013
-
-
Richard Linden authored
moved collapsed flag to fast timer tree node
-
Richard Linden authored
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
-
- Jun 13, 2013
-
-
Richard Linden authored
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
-
- Jun 04, 2013
-
-
Richard Linden authored
fixed mem stat tracking...now properly tracks memory footprint with floating point precision cleaned up macros for unit declaration renamed units to SI standard for 1024 multiples (kibibytes, etc) fixed units output for scene monitor dump
-
- Apr 30, 2013
-
-
Graham Madarasz authored
-
- Apr 24, 2013
-
-
simon authored
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Feb 28, 2013
-
-
Graham Madarasz (Graham) authored
-
- Feb 13, 2013
-
-
Richard Linden authored
fix for inaccurate optimization of full block time calculations
-
- Feb 11, 2013
-
-
Richard Linden authored
streamlined fast timer delta tracking
-
- Feb 09, 2013
-
-
Richard Linden authored
fixed anamolous LLFastTimer timings
-
- Feb 08, 2013
-
-
Richard Linden authored
added debug output to BlockTimer
-
- Feb 07, 2013
-
-
Richard Linden authored
fix for timings for recursive fast timers not being correct
-
- Jan 25, 2013
-
-
Nyx Linden authored
A couple of merge issues that caused the resulting code to not build.
-
- Jan 18, 2013
-
-
Richard Linden authored
fixed crash on startup
-
- Jan 17, 2013
-
-
Richard Linden authored
fixed some uninitialized variables root timer accumulator was being initialized to NULL
-
- Jan 15, 2013
-
-
Richard Linden authored
improved performance of fast timer stat gathering
-
- Jan 03, 2013
-
-
Andrew Meadows authored
-
Richard Linden authored
made fast timer stack thread local added LLThreadLocalSingleton made LLThreadLocalPointer obey pointer rules for const added LLThreadLocalSingletonPointer for fast thread local pointers
-
- Dec 21, 2012
-
-
Richard Linden authored
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
-