summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerstats.cpp
diff options
context:
space:
mode:
authorskolb <none@none>2009-12-21 09:31:48 -0800
committerskolb <none@none>2009-12-21 09:31:48 -0800
commitec8738ac4501fd2158ca2ebeb146239f98dcd971 (patch)
treec63d3222fbb5f8036b012c60e8622cd085fbe60d /indra/newview/llviewerstats.cpp
parentb910de4ad7f91bb2022bfb8304c3dea32c0a4857 (diff)
parentd894c7a0d8292ce2114e88f382dcf6187b0d2535 (diff)
Merge viewer 2-0 into media
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
-rw-r--r--indra/newview/llviewerstats.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp
index a1a3bc6d6a..8059f866ba 100644
--- a/indra/newview/llviewerstats.cpp
+++ b/indra/newview/llviewerstats.cpp
@@ -656,9 +656,9 @@ void update_statistics(U32 frame_count)
gObjectBits = 0;
// gDecodedBits = 0;
- // Only update texture stats ones per second so that they are less noisy
+ // Only update texture stats periodically so that they are less noisy
{
- static const F32 texture_stats_freq = 1.f;
+ static const F32 texture_stats_freq = 10.f;
static LLFrameTimer texture_stats_timer;
if (texture_stats_timer.getElapsedTimeF32() >= texture_stats_freq)
{