From 3f4a063758d1ff795258272065c1f7f72a5d4efd Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Tue, 13 Sep 2011 10:58:51 -0700 Subject: increased fast timer history to 300 to make fast timers more usable --- indra/llcommon/llfasttimer_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llcommon/llfasttimer_class.h') diff --git a/indra/llcommon/llfasttimer_class.h b/indra/llcommon/llfasttimer_class.h index 827747f0c6..f481e968a6 100644 --- a/indra/llcommon/llfasttimer_class.h +++ b/indra/llcommon/llfasttimer_class.h @@ -66,7 +66,7 @@ public: public: ~NamedTimer(); - enum { HISTORY_NUM = 60 }; + enum { HISTORY_NUM = 300 }; const std::string& getName() const { return mName; } NamedTimer* getParent() const { return mParent; } -- cgit v1.2.3