From ec278c9dfb71d9ccebacc858240a08d02c758b88 Mon Sep 17 00:00:00 2001
From: Richard Nelson <richard@lindenlab.com>
Date: Wed, 7 Oct 2009 19:12:16 +0000
Subject: [PATCH] added LLFastTimer::dumpCurTimes

reviewed by James
---
 indra/llcommon/llfasttimer.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/indra/llcommon/llfasttimer.h b/indra/llcommon/llfasttimer.h
index 0d89353deea..c6aa5f2195d 100644
--- a/indra/llcommon/llfasttimer.h
+++ b/indra/llcommon/llfasttimer.h
@@ -215,6 +215,10 @@ class LLFastTimer
 	// call this once a frame to reset timers
 	static void nextFrame();
 
+	// dumps current cumulative frame stats to log
+	// call nextFrame() to reset timers
+	static void dumpCurTimes(); 
+
 	// call this to reset timer hierarchy, averages, etc.
 	static void reset();
 
-- 
GitLab