Skip to content
Snippets Groups Projects
Commit ec278c9d authored by Richard Nelson's avatar Richard Nelson
Browse files

added LLFastTimer::dumpCurTimes

reviewed by James
parent cec5bd4b
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment