willox / auxtools

Rust library for low-level interfacing with BYOND's virtual machine. Includes a remote debugger for the BYOND DreamMaker language.
MIT License
27 stars 32 forks source link

mem profiler (windows only) #38

Closed willox closed 3 years ago

willox commented 3 years ago

usage:

#mem_profiler begin E:/mem_profile.txt
#mem_profiler end

the output will just be a sorted list of procs and how much memory was allocated during their execution. there are no stack traces or anything fancy like that

ZeWaka commented 3 years ago

pog