summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerstatsrecorder.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-11-15 19:46:09 -0800
committerRichard Linden <none@none>2012-11-15 19:46:09 -0800
commitc136b432140f892a56d4996d5ed77e903ff0b32d (patch)
treee1af9a407b0af582349396d8cb51e2e794260d43 /indra/newview/llviewerstatsrecorder.h
parent9d77e030d9a0d23cebce616631677459eec1612c (diff)
SH-3406 WIP convert fast timers to lltrace system
eliminated min and max macros from windows.h got rest of viewer to compile against llfasttimer changes
Diffstat (limited to 'indra/newview/llviewerstatsrecorder.h')
-rw-r--r--indra/newview/llviewerstatsrecorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerstatsrecorder.h b/indra/newview/llviewerstatsrecorder.h
index ce6dd63ec5..d1744f4910 100644
--- a/indra/newview/llviewerstatsrecorder.h
+++ b/indra/newview/llviewerstatsrecorder.h
@@ -32,7 +32,7 @@
// for analysis.
// This is normally 0. Set to 1 to enable viewer stats recording
-#define LL_RECORD_VIEWER_STATS 1
+#define LL_RECORD_VIEWER_STATS 0
#include "llframetimer.h"