more ReadMe

This commit is contained in:
neuecc
2020-06-04 17:53:57 +09:00
parent 1bec3f507e
commit 1d90a40f66
2 changed files with 21 additions and 1 deletions

View File

@@ -389,6 +389,11 @@ public class SandboxMain : MonoBehaviour
Debug.Log("Yeha");
}));
foreach (var (type, size) in TaskPool.GetCacheSizeInfo())
{
Debug.Log(type + ":" + size);
}
//}).Forget();