diff options
author | richard <none@none> | 2010-01-11 12:05:13 -0800 |
---|---|---|
committer | richard <none@none> | 2010-01-11 12:05:13 -0800 |
commit | daa4965fe053dbd1af1f9665b29a4a10ac31cfea (patch) | |
tree | 22ef78be6c8da9950e0695a9291e877913fafc45 /indra/newview/llmetricperformancetester.cpp | |
parent | eb228dcf3af8db371fd452e595396d8694c869fe (diff) |
renamed LLFastTimerUtil to LLFastTimer
Diffstat (limited to 'indra/newview/llmetricperformancetester.cpp')
-rw-r--r-- | indra/newview/llmetricperformancetester.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llmetricperformancetester.cpp b/indra/newview/llmetricperformancetester.cpp index f3cdafa795..93288c98d7 100644 --- a/indra/newview/llmetricperformancetester.cpp +++ b/indra/newview/llmetricperformancetester.cpp @@ -131,8 +131,8 @@ void LLMetricPerformanceTester::preOutputTestResults(LLSD* sd) } void LLMetricPerformanceTester::postOutputTestResults(LLSD* sd) { - LLMutexLock lock(LLFastTimerUtil::sLogLock); - LLFastTimerUtil::sLogQueue.push((*sd)); + LLMutexLock lock(LLFastTimer::sLogLock); + LLFastTimer::sLogQueue.push((*sd)); } void LLMetricPerformanceTester::outputTestResults() |