Memory Profiler

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Memory Profiler

steven.f.lee
Hey All

I'm trying to optimise a macro I've written for speed.

I was wondering whether there's any function/plugin that will allow me to profile how long each line of code is taking (relative to the others) so that I can diagnose the 'memory hungry' bits.

Obviously I know of the "Monitor Memory" function which reports the total memory used, but I would like a breakdown of which lines of code are using what memory. (Similar functions exist in MATLAB).

Thanks for any help!

Best, Steve