diff options
author | Richard Linden <none@none> | 2013-02-09 00:34:59 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-02-09 00:34:59 -0800 |
commit | 2e15e8fd4ba62204c76f6e2a91d3e50f62e6c1fc (patch) | |
tree | af4d5ab44c85c0cc7d3d642f711331f14698de3c /indra/llcommon/lltrace.h | |
parent | 87f04a6dcc7881a3cbd7677ab0e0aface379b13d (diff) |
SH-3275 FIX interesting Update viewer metrics system to be more flexible
fixed anamolous LLFastTimer timings
Diffstat (limited to 'indra/llcommon/lltrace.h')
-rw-r--r-- | indra/llcommon/lltrace.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llcommon/lltrace.h b/indra/llcommon/lltrace.h index 9eadd8a2be..8c3259eea9 100644 --- a/indra/llcommon/lltrace.h +++ b/indra/llcommon/lltrace.h @@ -444,7 +444,9 @@ namespace LLTrace // // members // - U64 mChildTimeCounter, + U64 mStartChildTimeCounter, + mStartSelfTimeCounter, + mChildTimeCounter, mSelfTimeCounter; U32 mCalls; class TimeBlock* mParent; // last acknowledged parent of this time block |