summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2020-09-28 15:56:44 -0700
committerCallum Prentice <callum@gmail.com>2020-09-28 15:56:44 -0700
commit354930014bc90a9c92b33300e5ecaf7fa861fe7b (patch)
treeb8ba1be3ae740aaa0db8ca7d639c78ce35c5918d /indra/newview/llviewermessage.cpp
parent6be1f88a5ef99e1e40bb5701a250ba0728f56005 (diff)
parentbac6652cdcd2d8333df04c3ebd3a6a7b752328b3 (diff)
Merge with tip of Release
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r--indra/newview/llviewermessage.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 4ab6fcc580..5a4f76a8b4 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -2219,8 +2219,12 @@ protected:
}
};
+static LLTrace::BlockTimerStatHandle FTM_PROCESS_IMPROVED_IM("Process IM");
+
void process_improved_im(LLMessageSystem *msg, void **user_data)
{
+ LL_RECORD_BLOCK_TIME(FTM_PROCESS_IMPROVED_IM);
+
LLUUID from_id;
BOOL from_group;
LLUUID to_id;