summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2021-09-20 09:48:16 -0700
committerPtolemy <ptolemy@lindenlab.com>2021-09-22 14:38:44 -0700
commit2b19015f4394de59244c78f88c5c5df172632de6 (patch)
tree9f0ca5d1b728355860f8bb52e31eb20d68d20982 /indra/llcommon
parent8e4907beeea1ca0474dd124c7f6b4bf5dba45c3e (diff)
SL-16014: Add Tracy markup for LLEventFilter
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/lleventfilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lleventfilter.h b/indra/llcommon/lleventfilter.h
index 48c2570732..7613850fb2 100644
--- a/indra/llcommon/lleventfilter.h
+++ b/indra/llcommon/lleventfilter.h
@@ -429,6 +429,8 @@ public:
// path, then stores it to mTarget.
virtual bool post(const LLSD& event)
{
+ LL_PROFILE_ZONE_SCOPED
+
// Extract the element specified by 'mPath' from 'event'. To perform a
// generic type-appropriate store through mTarget, construct an
// LLSDParam<T> and store that, thus engaging LLSDParam's custom