diff options
| author | Rye <rye@alchemyviewer.org> | 2026-01-21 15:33:19 -0500 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2026-01-21 16:05:51 -0500 |
| commit | 8896239134a40f41d845c78551d24e005d691d7c (patch) | |
| tree | b5f823454cf491c4a83ecc8cf987cf465854ca30 /indra/llfilesystem/lldiskcache.cpp | |
| parent | d0db6a49eb7c7dddcde2a340c8ad6c1f1af6e2cf (diff) | |
| parent | 0b2f7fcc6b67f629b41a804f77214d51497127a7 (diff) | |
Merge remote-tracking branch 'origin/develop' into develop-linux
Diffstat (limited to 'indra/llfilesystem/lldiskcache.cpp')
| -rw-r--r-- | indra/llfilesystem/lldiskcache.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llfilesystem/lldiskcache.cpp b/indra/llfilesystem/lldiskcache.cpp index e971e324a0..9b674d5528 100644 --- a/indra/llfilesystem/lldiskcache.cpp +++ b/indra/llfilesystem/lldiskcache.cpp @@ -91,6 +91,8 @@ LLDiskCache::LLDiskCache(const std::string& cache_dir, // asset will have to be re-requested. void LLDiskCache::purge() { + LL_PROFILE_ZONE_SCOPED; + if (mEnableCacheDebugInfo) { LL_INFOS() << "Total dir size before purge is " << dirFileSize(sCacheDir) << LL_ENDL; |
