diff options
author | Richard Linden <none@none> | 2013-02-09 01:04:35 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-02-09 01:04:35 -0800 |
commit | f19254e633095f4eccbca40c87c38feb0fa5d083 (patch) | |
tree | 34b79c12324f6cdcd9e1b24e80ce42c8828a9a56 /indra/newview/llviewertexturelist.cpp | |
parent | 2e15e8fd4ba62204c76f6e2a91d3e50f62e6c1fc (diff) |
SH-3275 FIX interesting Update viewer metrics system to be more flexible
moved image timings under "Update Images" fast timer
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rw-r--r-- | indra/newview/llviewertexturelist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index 3106a351e0..6f8b439049 100644 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -599,9 +599,11 @@ static LLFastTimer::DeclareTimer FTM_IMAGE_FETCH("Fetch"); static LLFastTimer::DeclareTimer FTM_FAST_CACHE_IMAGE_FETCH("Fast Cache Fetch"); static LLFastTimer::DeclareTimer FTM_IMAGE_CREATE("Create"); static LLFastTimer::DeclareTimer FTM_IMAGE_STATS("Stats"); +static LLFastTimer::DeclareTimer FTM_UPDATE_IMAGES("Update Images"); void LLViewerTextureList::updateImages(F32 max_time) { + LLFastTimer _(FTM_UPDATE_IMAGES); static BOOL cleared = FALSE; if(gTeleportDisplay) { |