summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-04-03 02:11:15 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-04-03 22:30:26 +0300
commit5b485bdc6046867e8b03906e8bdd0f02471f9fa8 (patch)
treed206e629ac10cf0d0106377fb6c7921ef45063ad /indra/newview/llviewerobject.cpp
parent210a6a8eb4499b86f548f7afdc90f1660c117f9c (diff)
#5612 Improve profiling coverage
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r--indra/newview/llviewerobject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp
index 521c6731e0..7c26cb3c9f 100644
--- a/indra/newview/llviewerobject.cpp
+++ b/indra/newview/llviewerobject.cpp
@@ -3210,6 +3210,7 @@ S32 LLFilenameAndTask::sCount = 0;
// static
void LLViewerObject::processTaskInv(LLMessageSystem* msg, void** user_data)
{
+ LL_PROFILE_ZONE_SCOPED_CATEGORY_NETWORK;
LLUUID task_id;
msg->getUUIDFast(_PREHASH_InventoryData, _PREHASH_TaskID, task_id);
LLViewerObject* object = gObjectList.findObject(task_id);