Skip to content
Snippets Groups Projects
Commit 3f4a0637 authored by Richard Linden's avatar Richard Linden
Browse files

increased fast timer history to 300 to make fast timers more usable

parent aa75136e
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ class LL_COMMON_API LLFastTimer ...@@ -66,7 +66,7 @@ class LL_COMMON_API LLFastTimer
public: public:
~NamedTimer(); ~NamedTimer();
enum { HISTORY_NUM = 60 }; enum { HISTORY_NUM = 300 };
const std::string& getName() const { return mName; } const std::string& getName() const { return mName; }
NamedTimer* getParent() const { return mParent; } NamedTimer* getParent() const { return mParent; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment