- Nov 10, 2015
-
-
Oz Linden authored
-
- Feb 06, 2014
-
-
Richard Linden authored
-
- Feb 14, 2014
-
-
simon authored
-
- Oct 23, 2013
-
-
Richard Linden authored
updates appearance utility dependency
-
- Oct 18, 2013
-
-
Richard Linden authored
-
- 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 27, 2013
-
-
Richard Linden authored
changed unit declarations macros to make a lot more sense
-
- 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 19, 2013
-
-
Richard Linden authored
-
- Aug 15, 2013
-
-
Richard Linden authored
-
- Aug 14, 2013
-
-
Richard Linden authored
added convenience types for units F32Seconds, etc.
-
- Aug 09, 2013
-
-
Richard Linden authored
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
-
Richard Linden authored
moved object cache sampling code so that it actually gets executed default values for stats are NaN instead of 0 in many cases
-
- Jul 31, 2013
-
-
Richard Linden authored
-
- Jul 19, 2013
-
-
Richard Linden authored
-
- Jul 18, 2013
-
-
Richard Linden authored
fixed ostream precision munging in llsys
-
- Jul 01, 2013
-
-
Richard Linden authored
also, removed LLTrace::init and cleanup removed derived class implementation of memory stat for LLMemTrackable is automatic now
-
- 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 28, 2013
-
-
Richard Linden authored
added ability to force uniqueness of LLCopyOnWritePointer converted more variables to units added convenience function for unit constants
-
- 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 17, 2013
-
-
Richard Linden authored
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
-
- 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
-
- May 30, 2013
-
-
Richard Linden authored
reverted SlaveThreadRecorder update gating moved processTimes() outside of Recording, so it is called only once per frame refined sample merge logic so that multi-threaded samples do not stomp on linear history of a stat
-
- May 09, 2013
-
-
Oz Linden authored
-
- Apr 30, 2013
-
-
Graham Madarasz authored
-
- Apr 24, 2013
-
-
simon authored
-
- Apr 11, 2013
-
-
Richard Linden authored
removed PeriodicRecording::getTotalRecording as it was showing up at the top on the profiler renamed getPrevRecordingPeriod, etc. to getPrevRecording
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Mar 25, 2013
-
-
Richard Linden 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
-