困った時の自分用メモ

読んだ本を考察してメモったり、自分でいじった物の感想をメモったりする場。週1更新を目指します。

2017-06-09から1日間の記事一覧

Luaの話~LuaStateを作ると、どの程度メモリを消費するのか1~

▼検証コードメモ void Start () { Application.targetFrameRate = 60; StartDebugLog += "↓↓↓↓↓start↓↓↓↓↓\n\n"; uint monoSize = Profiler.GetMonoHeapSize(); uint monoUsed = Profiler.GetMonoUsedSize(); uint tempSize = Profiler.GetTempAllocatorSize…