未验证 提交 fcf88f4b 编写于 作者: ocean2o11's avatar ocean2o11 提交者: GitHub

Update UsingMemoryProfiler.md

修改sql
上级 51295490
......@@ -44,9 +44,9 @@ Unity 2021:
AssetBundle Storage Memory: select sum(size) from alloc_used where callback like "%AssetBundle_LoadFromMemory%" or callback like "%OnFinishReceiveData%" or callback like "%AssetBundleLoadFromStream%"
AssetBundle Info: select sum(size) from alloc_used where callback like "%get_assetBundle%"
AssetBundle Info: select sum(size) from alloc_used where callback like "%get_assetBundle%" and callback not like "%AwakeFromLoad%"
AssetBundle TypeTree: select sum(size) from alloc_used where callback like "%TypeTree%"
AssetBundle TypeTree: select sum(size) from alloc_used where callback like "%TypeTree%"
Lua: select sum(size) from alloc_used where callback like "%luaY_parser%" or callback like "%luaH_resize%" or callback like "%luaM_realloc%"
......@@ -63,7 +63,7 @@ Other: select sum(size) from alloc_used where callback not like "%xxx%" or cal
```
AssetBundle Storage Memory: select sum(size) from alloc_used where callback like "%AssetBundleLoadFromStreamAsyncOperation%"
AssetBundle Info: select sum(size) from alloc_used where callback like "%get_assetBundle%"
AssetBundle Info: select sum(size) from alloc_used where callback like "%get_assetBundle%" and callback not like "%AwakeFromLoad%"
AssetBundle TypeTree: select sum(size) from alloc_used where callback like "%TypeTree%"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册