summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-06-21 10:58:44 -0700
committerRichard Linden <none@none>2013-06-21 10:58:44 -0700
commit5de2f0a8970244866dc8b511caa3c8626955264f (patch)
tree989806c8b364406522bb89e4082653e42bbfc008 /indra
parentc5fc8f90060aa7a6c8fbb72313172423b01eddc5 (diff)
SH-3931 FIX Interesting: Add graphs to visualize scene load metrics - potential fix for bad times
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/lltracerecording.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lltracerecording.cpp b/indra/llcommon/lltracerecording.cpp
index 33002929ea..52ecb463be 100644
--- a/indra/llcommon/lltracerecording.cpp
+++ b/indra/llcommon/lltracerecording.cpp
@@ -161,6 +161,7 @@ void Recording::update()
{
mBuffers.write()->flush();
LLTrace::get_thread_recorder()->bringUpToDate(this);
+ mElapsedSeconds += mSamplingTimer.getElapsedTimeF64();
mSamplingTimer.reset();
}
}