diff options
| author | Rye <rye@alchemyviewer.org> | 2026-01-11 13:09:02 -0500 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-01-21 22:07:08 +0200 |
| commit | aad49bd41461269bc3294df73050a2dd4fc76fe1 (patch) | |
| tree | d18e1bce4957c0a55d1437e29c45e1e72087ad7a /indra/newview/llmachineid.cpp | |
| parent | b38c5391bc6c9170e8a1887b8d5fcb01dd31ef47 (diff) | |
Introduced Tracy instrumentation to app initialization
Diffstat (limited to 'indra/newview/llmachineid.cpp')
| -rw-r--r-- | indra/newview/llmachineid.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llmachineid.cpp b/indra/newview/llmachineid.cpp index 51c38aba3a..0a90cf0699 100644 --- a/indra/newview/llmachineid.cpp +++ b/indra/newview/llmachineid.cpp @@ -398,6 +398,8 @@ bool getSerialNumber(unsigned char *unique_id, size_t len) S32 LLMachineID::init() { + LL_PROFILE_ZONE_SCOPED; + size_t len = sizeof(static_unique_id); memset(static_unique_id, 0, len); S32 ret_code = 0; |
