aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llstat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llstat.cpp')
-rw-r--r--linden/indra/llcommon/llstat.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/llcommon/llstat.cpp b/linden/indra/llcommon/llstat.cpp
index 11e4c64..4b79fcb 100644
--- a/linden/indra/llcommon/llstat.cpp
+++ b/linden/indra/llcommon/llstat.cpp
@@ -76,10 +76,11 @@ public:
76 76
77U64 LLStatAccum::impl::sScaleTimes[IMPL_NUM_SCALES] = 77U64 LLStatAccum::impl::sScaleTimes[IMPL_NUM_SCALES] =
78{ 78{
79 USEC_PER_SEC / 10, // 100 millisec
79 USEC_PER_SEC * 1, // seconds 80 USEC_PER_SEC * 1, // seconds
80 USEC_PER_SEC * 60, // minutes 81 USEC_PER_SEC * 60, // minutes
81 USEC_PER_SEC * 60 * 2 // minutes 82 USEC_PER_SEC * 60 * 2 // two minutes
82#if 0 83#if ENABLE_LONG_TIME_STATS
83 // enable these when more time scales are desired 84 // enable these when more time scales are desired
84 USEC_PER_SEC * 60*60, // hours 85 USEC_PER_SEC * 60*60, // hours
85 USEC_PER_SEC * 24*60*60, // days 86 USEC_PER_SEC * 24*60*60, // days