diff options
author | Richard Linden <none@none> | 2013-01-14 23:10:02 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-14 23:10:02 -0800 |
commit | 486743e77efaa3926ddc2c0d666a0a7192700475 (patch) | |
tree | 841546c6bd708fd92fdfeaf3137e403c015f11f7 /indra | |
parent | 20b2fa4052ae6789ec8894f33f4764a1f7233b24 (diff) |
SH-3406 WIP convert fast timers to lltrace system
improved performance of fast timer stat gathering (fixed typo)
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/lltracethreadrecorder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltracethreadrecorder.cpp b/indra/llcommon/lltracethreadrecorder.cpp index 9375c7bea3..bc1d19e72c 100644 --- a/indra/llcommon/lltracethreadrecorder.cpp +++ b/indra/llcommon/lltracethreadrecorder.cpp @@ -63,7 +63,7 @@ ThreadRecorder::ThreadRecorder() TimeBlockAccumulator* accumulator = it->getPrimaryAccumulator(); accumulator->mParent = &root_time_block; - accumulator->mBlock = time_block; + accumulator->mBlock = &time_block; } mRootTimer = new BlockTimer(root_time_block); |