Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added ability to query periodic timer for specific number of periods
used that to do smaller time averaged window for camera speed
|
|
|
|
removed MeanValueType<T>
|
|
removed PeriodicRecording::getTotalRecording as it was showing up at the top on the profiler
renamed getPrevRecordingPeriod, etc. to getPrevRecording
|
|
|
|
|
|
|
|
|
|
|
|
fixed some compile errors
made label spacing automatic on stat bars
fixed infinite values coming from stats
|
|
|
|
fix for broken pause button on fast timer view
|
|
|
|
|
|
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
|
|
|
|
cleaned up MemTrackable stats to not use special padded allocation
|
|
cleaned up xml file
|
|
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
|
|
Mac.
|
|
collapsed Orientation enums to all use LLView::EOrientation
added ability to display stat bar horizontally
|
|
more safe (part 2)
|
|
more safe
|
|
|
|
|
|
|
|
LLTrace clearer
Count becomes CountStatHandle
Count.sum becomes sum(Count, value), etc.
|
|
fix for inaccurate optimization of full block time calculations
|
|
|
|
streamlined fast timer delta tracking
|
|
moved image timings under "Update Images" fast timer
|
|
fixed anamolous LLFastTimer timings
|
|
|
|
added debug output to BlockTimer
|
|
fix for timings for recursive fast timers not being correct
|
|
quantized fast timer range to nearest 20ms for easier reading
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed most fast timer display and interaction issues
|