diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-05-11 13:20:34 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-05-11 13:20:34 -0500 |
commit | 8077d33ba05a46ea61914be686816be5b54bae6d (patch) | |
tree | c8efaf66f36bee37b496c01aa22e7f3535045d6e /indra/newview/llappviewer.cpp | |
parent | 0b1c0aa242db6e789e0706f5ebfb9c80f98da9d3 (diff) |
SL-19656 Remove LLPerfStats thread and fold into General thread. Hook avatar GPU time into LLPerfStats. Incidental decruft.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 6efbaeacf7..c9fc0e2cc8 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4698,6 +4698,8 @@ void LLAppViewer::idle() LLFrameTimer::updateFrameTime(); LLFrameTimer::updateFrameCount(); LLEventTimer::updateClass(); + LLPerfStats::updateClass(); + // LLApp::stepFrame() performs the above three calls plus mRunner.run(). // Not sure why we don't call stepFrame() here, except that LLRunner seems // completely redundant with LLEventTimer. |