diff options
author | Richard Linden <none@none> | 2013-06-19 08:23:53 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-06-19 08:23:53 -0700 |
commit | c5fc8f90060aa7a6c8fbb72313172423b01eddc5 (patch) | |
tree | 83049bc74000fdc73c96a2d63e163d0d3cadd4d5 /indra/llcommon/lltrace.h | |
parent | 8977f43230bda6d7f814e770ba574d016a3875fa (diff) |
SH-4246 FIX interesting: fast timers significantly decreases framerate
moved collapsed flag to fast timer tree node
Diffstat (limited to 'indra/llcommon/lltrace.h')
-rw-r--r-- | indra/llcommon/lltrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lltrace.h b/indra/llcommon/lltrace.h index 6292534a03..fb7ffb0a29 100644 --- a/indra/llcommon/lltrace.h +++ b/indra/llcommon/lltrace.h @@ -663,6 +663,7 @@ public: TimeBlock* mBlock; TimeBlock* mParent; std::vector<TimeBlock*> mChildren; + bool mCollapsed; bool mNeedsSorting; }; |