Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 403 Bytes

ClassiCube-Tools

Some user unfriendly tools for ClassiCube

mono-debug-mem.c

Script I used to try to work out memory leaking on mono. To compile the profiler

gcc -fPIC -shared -o libmono-profiler-sample.so mono-debug-mem.c `pkg-config --cflags mono-2`

then move the .so file to

/usr/lib/libmono-profiler-sample.so

then run your app as

mono --profile=sample MCGalaxyCLI.exe