Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
fixed copy construction behavior of Recordings to not zero out data
split measurement into event and sample, with sample representing
a continuous function
|
|
still logged in
|
|
|
|
|
|
occlusion culling
|
|
|
|
|
|
clean up of llscenemonitor.cpp
|
|
|
|
removed extra dereference for copy on write pointer
moved copyonwrite mechanism to RecordingBuffers from individual buffer
fixed logic that was leaving scene unfrozen when camera moved during metrics gathering
|
|
|
|
killed LLFastTimerView::getTime
fixed block time stats always being 0
|
|
further improvements that should eliminate more short duration recording periods
|
|
fixed copy construction of Recorders, eliminated most zero-length frames
fixed reset behavior of periodic recordings and extendable recordings to clear entire
history
removed busy-loop recording of stats from worker threads...stats reported only when work is done
|
|
|
|
|
|
|
|
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect
cleaned up scene monitor stats recording, now all trace stats dumped to csv
also fixed extendablerecording, periodicrecording, etc. to properly implement start/stop/etc
|
|
improved precision of scene diff log output
|
|
added log output for scene monitoring
|
|
|
|
|
|
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect
standard naming conventions for handlers vs. reactors
|
|
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect
standard naming conventions for handlers vs. reactors
|
|
added controls for curtain delay
|
|
|
|
dependencies
|
|
changed sCurCameraID to enum in attempt to pinpoint memory stompage
|
|
|
|
|
|
potential fix for crasher
cleaned up llsingleton
|
|
convert scene monitor to use extendable periodic recording
|
|
|
|
|
|
ObjectUpdateCompressed messages
|
|
|
|
|
|
|
|
|
|
cache while still logged in
|
|
|
|
|
|
|
|
|
|
added ability to query periodic timer for specific number of periods
used that to do smaller time averaged window for camera speed
|
|
|