diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-14 17:46:44 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-14 17:46:44 -0400 |
commit | b4b0800bfd8e4a92a9e7ccbfbf24be2a0b4bef4a (patch) | |
tree | d0c0bc7362682ed9ed944121c27641d953265ffb /indra/newview/llappviewer.cpp | |
parent | ee758c1da0cf0c2436034109868003da56060e6c (diff) |
SH-2970 FIX - per-region logging of basic avatar stats
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 3f511748ea..bea8303d69 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4197,6 +4197,7 @@ void LLAppViewer::idle() // The 5-second interval is nice for this purpose. If the object debug // bit moves or is disabled, please give this a suitable home. LLViewerAssetStatsFF::record_fps_main(gFPSClamped); + LLViewerAssetStatsFF::record_avatar_stats(); } } |