摘要:
var t1 = Profiler.GetMonoHeapSize()/div; var t2 = Profiler.GetMonoUsedSize() / div; var t3 = Profiler.GetTotalAllocatedMemory() / div; var t4 = Profiler.GetTempAllocat... 阅读全文
摘要:
using System; using System.Runtime.InteropServices; using System.IO; namespace tx { struct ST { public byte c1; public float x; public int y; } class Ct { ... 阅读全文