- Oct 02, 2012
-
-
Richard Linden authored
renamed LLTrace::ThreadTrace to LLTrace::ThreadRecorder renamed LLTrace::Sampler to LLTrace::Recording
-
- Oct 01, 2012
-
-
Richard Linden authored
cleaned up API samplers are now value types with copy-on-write buffers under the hood removed coupling with LLThread
-
- Sep 30, 2012
-
-
Richard Linden authored
factored out lltrace::sampler into separate file added rudimentary lltrace support to llstatgraph made llstatgraph use param blocks more effectively moves initial set of stats over to lltrace removed windows.h #defines for min and max
-
- Sep 28, 2012
-
-
Richard Linden authored
created separate constructor for static allocation of sampler buffer fixed start/stop/resume semantics of samplers and added sampler time interval tracking
-
- Sep 26, 2012
-
-
Richard Linden authored
slave threads now pushing data to master thread
-
Richard Linden authored
fixed various issues related to unit tests and LLThreadLocalPtr initialization and teardown
-
- Sep 24, 2012
-
-
Richard Linden authored
moved LLThread::lockData and unlockData back to header
-
Richard Linden authored
moved LLThreadLocalPtr to llapr fixed various startup race conditions for LLThreadLocalPtr
-
- Sep 21, 2012
-
-
Richard Linden authored
added LLThreadLocalPtr broke llmutex out into llmutex.h got primary sampling buffer under thread local storage
-
- Sep 14, 2012
-
-
Richard Linden authored
renamed some variables/methods
-
Richard Linden authored
added multi-threaded sampling to LLTrace first pass at data aggregation
-
- Sep 07, 2012
-
-
Richard Linden authored
added buffer merging and copying
-
Richard Linden authored
created buffer type for storing trace data added merging logic for different trace types
-
Richard Linden authored
further development of lltrace (accumulator and storage classes)
-
Richard Linden authored
further development of lltrace
-
- Sep 06, 2012
-
-
Richard Linden authored
lltrace cleanup
-
Richard Linden authored
-
Richard Linden authored
-
Richard Linden authored
-
- Sep 05, 2012
-
-
Richard Linden authored
renamed some variables in lltrace
-
Richard Linden authored
build fix
-
Richard Linden authored
first pass at LLTrace framework
-
- Sep 04, 2012
- Aug 31, 2012
- Aug 30, 2012
-
-
Richard Linden authored
open root timer by default
-
Richard Linden authored
-
Richard Linden authored
cleaner implementation of llfasttimers...don't bother to share similarly named timers just create multiple timers with same name...doesn't break anything
-
Richard Linden authored
removed checkforDuplicates since we support duplicates again
-
Richard Linden authored
allow duplicate named fast timers again, refactored timer code
-
MaksymS ProductEngine authored
-
Oz Linden authored