diff options
| author | Richard Nelson <richard@lindenlab.com> | 2009-10-07 19:12:16 +0000 | 
|---|---|---|
| committer | Richard Nelson <richard@lindenlab.com> | 2009-10-07 19:12:16 +0000 | 
| commit | ec278c9dfb71d9ccebacc858240a08d02c758b88 (patch) | |
| tree | f40f80fb916bb68f8b2ec6ae50b6156cb53531bd | |
| parent | cec5bd4bb4d0acf008c22796eb1db8907256d00a (diff) | |
added LLFastTimer::dumpCurTimes
reviewed by James
| -rw-r--r-- | indra/llcommon/llfasttimer.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/llcommon/llfasttimer.h b/indra/llcommon/llfasttimer.h index 0d89353dee..c6aa5f2195 100644 --- a/indra/llcommon/llfasttimer.h +++ b/indra/llcommon/llfasttimer.h @@ -215,6 +215,10 @@ public:  	// 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(); | 
