diff options
author | Richard Linden <none@none> | 2013-10-03 19:04:51 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-10-03 19:04:51 -0700 |
commit | f8a85003ddd4bee1ae00fc329c1c1d66d6100cbd (patch) | |
tree | 2e375eabfc5dcba0155a8201e3a356dd4a18580e /indra/newview/llfasttimerview.h | |
parent | 1821fa12838974c4eb7de2b6e9f79bf8a4cf23f1 (diff) |
more memory optimizations of lltrace
Diffstat (limited to 'indra/newview/llfasttimerview.h')
-rwxr-xr-x | indra/newview/llfasttimerview.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/llfasttimerview.h b/indra/newview/llfasttimerview.h index 8c8eb99b59..672bb5d7ca 100755 --- a/indra/newview/llfasttimerview.h +++ b/indra/newview/llfasttimerview.h @@ -87,12 +87,12 @@ private: mFirstChild(false), mLastChild(false) {} - F32Seconds mTotalTime, - mSelfTime, - mChildrenStart, - mChildrenEnd, - mSelfStart, - mSelfEnd; + F32Seconds mTotalTime, + mSelfTime, + mChildrenStart, + mChildrenEnd, + mSelfStart, + mSelfEnd; LLTrace::TimeBlock* mTimeBlock; bool mVisible, mFirstChild, |