| Age | Commit message (Collapse) | Author | 
|---|
|  | changed claimMem and disclaimMem behavior to not pass through argument
added more mem tracking stats to floater_stats | 
|  | 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 | 
|  | added more memory tracking to LLFolderView and kin | 
|  | another attempt to move mem stat into base class | 
|  | stat definition as they don't work on gcc/clang | 
|  | also, removed LLTrace::init and cleanup
removed derived class implementation of memory stat for LLMemTrackable
is automatic now | 
|  |  | 
|  |  | 
|  | LLTrace clearer
Count becomes CountStatHandle
Count.sum becomes sum(Count, value), etc. | 
|  | 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 | 
|  | created memory tracking trace type
instrumented a few classes with memory tracking | 
|  |  | 
|  | ignore-dead-branch |