From 368dd542bec7c31e14673b83d3342c35717d2920 Mon Sep 17 00:00:00 2001
From: Richard Linden <none@none>
Date: Thu, 21 Mar 2013 19:07:48 -0700
Subject: [PATCH] SH-3931 WIP Interesting: Add graphs to visualize scene load
 metrics fix for broken pause button on fast timer view

---
 indra/llcommon/llcriticaldamp.cpp   | 2 +-
 indra/llcommon/lltracerecording.cpp | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/indra/llcommon/llcriticaldamp.cpp b/indra/llcommon/llcriticaldamp.cpp
index e47ab356412..2f013fe255f 100644
--- a/indra/llcommon/llcriticaldamp.cpp
+++ b/indra/llcommon/llcriticaldamp.cpp
@@ -112,7 +112,7 @@ F32 LLSmoothInterpolation::getInterpolant(LLUnit<LLUnits::Seconds, F32> time_con
 }
 
 //-----------------------------------------------------------------------------
-// getInterpolant()
+// calcInterpolant()
 //-----------------------------------------------------------------------------
 F32 LLSmoothInterpolation::calcInterpolant(F32 time_constant)
 {
diff --git a/indra/llcommon/lltracerecording.cpp b/indra/llcommon/lltracerecording.cpp
index 5d74ea32df5..b70d42b0821 100644
--- a/indra/llcommon/lltracerecording.cpp
+++ b/indra/llcommon/lltracerecording.cpp
@@ -133,6 +133,9 @@ Recording::Recording()
 {}
 
 Recording::Recording( const Recording& other )
+:	RecordingBuffers(other),
+	mElapsedSeconds(other.mElapsedSeconds),
+	mSamplingTimer(other.mSamplingTimer)
 {
 	LLStopWatchControlsMixin<Recording>::setPlayState(other.getPlayState());
 }
-- 
GitLab