diff options
| author | Dave Parks <davep@lindenlab.com> | 2021-09-27 23:56:06 +0000 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2021-09-27 23:56:06 +0000 |
| commit | 675514bdb372c25b50dd2c42b06633895c86b8ce (patch) | |
| tree | 4d659b9600e12495cace9f88dd94ea23ab0c9aff /indra/llcommon/llsys.cpp | |
| parent | 78007d2592290582e3b3fbff002376ad0561779f (diff) | |
SL-16093 Don't force the console window to be open on developer builds because it causes frame stalls while logging.
Diffstat (limited to 'indra/llcommon/llsys.cpp')
| -rw-r--r-- | indra/llcommon/llsys.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp index 4e61fb8a58..6d5d043e8d 100644 --- a/indra/llcommon/llsys.cpp +++ b/indra/llcommon/llsys.cpp @@ -861,6 +861,7 @@ LLSD LLMemoryInfo::getStatsMap() const LLMemoryInfo& LLMemoryInfo::refresh() { + LL_PROFILE_ZONE_SCOPED mStatsMap = loadStatsMap(); LL_DEBUGS("LLMemoryInfo") << "Populated mStatsMap:\n"; |
