summaryrefslogtreecommitdiff
path: root/indra/newview/llfasttimerview.h
diff options
context:
space:
mode:
authorrichard <none@none>2009-12-21 16:05:20 -0800
committerrichard <none@none>2009-12-21 16:05:20 -0800
commit4a460a1dcf610fd52d91acb7cfd2749e008a7486 (patch)
tree09b842fc92752ab8d9edc5194374c41f9e2f9209 /indra/newview/llfasttimerview.h
parent5d8442f05613a4b7bc2b1ffb88e2450a4de965ea (diff)
added optional timing of fast timers themselves
Diffstat (limited to 'indra/newview/llfasttimerview.h')
-rw-r--r--indra/newview/llfasttimerview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfasttimerview.h b/indra/newview/llfasttimerview.h
index 2bb023ab14..f5c8f23818 100644
--- a/indra/newview/llfasttimerview.h
+++ b/indra/newview/llfasttimerview.h
@@ -91,6 +91,7 @@ private:
S32 mHoverBarIndex;
LLFrameTimer mHighlightTimer;
S32 mPrintStats;
+ S32 mAverageCyclesPerTimer;
};
#endif