diff options
author | Richard Linden <none@none> | 2012-09-28 10:45:14 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-09-28 10:45:14 -0700 |
commit | 38354e19063478c8cda0408547ad05023b457041 (patch) | |
tree | e2e5f1a6a10adc3b7d8bd5711e7eda9c89f6cf6a /indra/llcommon/llcommon.cpp | |
parent | 07c4be092b276f0d7c14ba12872efb31c1f16764 (diff) |
SH-3275 WIP Run viewer metrics for object update messages
created separate constructor for static allocation of sampler buffer
fixed start/stop/resume semantics of samplers and added sampler time interval tracking
Diffstat (limited to 'indra/llcommon/llcommon.cpp')
-rw-r--r-- | indra/llcommon/llcommon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llcommon.cpp b/indra/llcommon/llcommon.cpp index c149a1fe5c..c720df7555 100644 --- a/indra/llcommon/llcommon.cpp +++ b/indra/llcommon/llcommon.cpp @@ -29,6 +29,7 @@ #include "llmemory.h" #include "llthread.h" +#include "lltrace.h" //static BOOL LLCommon::sAprInitialized = FALSE; |