Age | Commit message (Collapse) | Author |
|
|
|
|
|
removed LLFastTimerView::getFrameTimer()
dead code elimination
fixed off by one array access crash
|
|
field to carry spatial+size data?
|
|
|
|
clean up LLFastTimerView so it can be converted to handling LLTrace data
|
|
pausing world updates
|
|
|
|
|
|
field to carry spatial+size data?
|
|
fixed LLExtendableRecording to actually accumulator recording time period
renamed and updated LLStopWatchControlsMixin::initTo to setPlayState
|
|
|
|
more gcc fixes
|
|
|
|
gcc 4.1 fixes
|
|
|
|
gcc 4.1 fixes
|
|
|
|
gcc 4.1 fixes
|
|
|
|
|
|
|
|
|
|
|
|
fix for gcc build error
|
|
fixed gcc errors in llscenemonitor.cpp
|
|
|
|
|
|
|
|
|
|
made LLTrace::MemTrackable support custom alignment
LLDrawable now uses MemTrackable new and delete operators
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix for linux build issues
|
|
|
|
further compile error fixes
|
|
|
|
further compile error fixes
|
|
attempted fix for gcc compile errors
can't use typeid() on a class that doesn't have a method
defined in a translation unit
fix is to force classes deriving from LLMemTrackable to
use their own static member named sMemStat
|
|
|
|
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
|
|
|
|
|
|
removed some potential data races
got memory stats recording in trace system
|
|
|
|
|