diff options
| author | Richard Linden <none@none> | 2013-06-21 10:58:44 -0700 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2013-06-21 10:58:44 -0700 | 
| commit | 5de2f0a8970244866dc8b511caa3c8626955264f (patch) | |
| tree | 989806c8b364406522bb89e4082653e42bbfc008 /indra | |
| parent | c5fc8f90060aa7a6c8fbb72313172423b01eddc5 (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.cpp | 1 | 
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();  	}  } | 
