Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-08 | SH-3468 WIP add memory tracking base class | Richard Linden | |
more fixes for unit test crashes added llcommon initialization/teardown for unit tests that indirectly trigger lltrace changed access of atomic refcount to use preincrement/decrement operators to reflect desired semantics always call apr_initialize in LLCommon::initClass, even if already initialized...apr does internal reference counting to keep things straight | |||
2012-12-05 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
changed thread id declaration to be local to llthread.cpp and use currentID() uniformly across platforms | |||
2012-11-20 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
fixes to merge | |||
2012-09-21 | SH-3275 WIP Run viewer metrics for object update messages | Richard Linden | |
added LLThreadLocalPtr broke llmutex out into llmutex.h got primary sampling buffer under thread local storage |