diff options
author | Richard Linden <none@none> | 2013-02-02 01:09:52 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-02-02 01:09:52 -0800 |
commit | eb6c8959ca5b8b3c100114d4d659a48bb4d56b2c (patch) | |
tree | ea47919dd349785bf292935d5f5772cd9e7b46b7 /indra/llcommon | |
parent | a441664c109e4fca4154dbf80e108c27b3e9e601 (diff) |
SH-3275 WIP interesting Update viewer metrics system to be more flexible
fixed most fast timer display and interaction issues
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/lltracerecording.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltracerecording.cpp b/indra/llcommon/lltracerecording.cpp index 737b95cdd5..29604f7155 100644 --- a/indra/llcommon/lltracerecording.cpp +++ b/indra/llcommon/lltracerecording.cpp @@ -530,7 +530,7 @@ void ExtendableRecording::splitFrom(ExtendableRecording& other) PeriodicRecording& get_frame_recording() { - static LLThreadLocalPointer<PeriodicRecording> sRecording(new PeriodicRecording(64, PeriodicRecording::STARTED)); + static LLThreadLocalPointer<PeriodicRecording> sRecording(new PeriodicRecording(200, PeriodicRecording::STARTED)); return *sRecording; } |