summaryrefslogtreecommitdiff
path: root/indra/llappearance/lltexlayerparams.cpp
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-10-06 08:08:52 +0000
committerDon Kjer <don@lindenlab.com>2012-10-06 08:08:52 +0000
commit19e43e4b588d4aec8f23498993a3a22c0e08a329 (patch)
tree9673a105b5ca804b4ff45e2be31caa29754c5d39 /indra/llappearance/lltexlayerparams.cpp
parente858c172fcdf9aaf736383964c781a0bf347c473 (diff)
Added fast timers for baked texture rendering. Updated appearance utility
Diffstat (limited to 'indra/llappearance/lltexlayerparams.cpp')
-rwxr-xr-xindra/llappearance/lltexlayerparams.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llappearance/lltexlayerparams.cpp b/indra/llappearance/lltexlayerparams.cpp
index 8f1551353f..58737f7ff4 100755
--- a/indra/llappearance/lltexlayerparams.cpp
+++ b/indra/llappearance/lltexlayerparams.cpp
@@ -237,8 +237,10 @@ BOOL LLTexLayerParamAlpha::getSkip() const
}
+static LLFastTimer::DeclareTimer FTM_TEX_LAYER_PARAM_ALPHA("alpha render");
BOOL LLTexLayerParamAlpha::render(S32 x, S32 y, S32 width, S32 height)
{
+ LLFastTimer t(FTM_TEX_LAYER_PARAM_ALPHA);
BOOL success = TRUE;
if (!mTexLayer)