Open bsipocz opened 4 years ago
I believe that you need to do the following:
%mprun -f compute_XD_results compute_XD_results(500, 5, 500)
the -f flag tells mprun which function needs profiling (just the function name) separate from the actual invocation of the function (which requires arguments)
I yet to pin down the issue here, but there seem to some problems with
%mprun
when trying to run it for a function with multiple parameters.While it seems to do something, it doesn't return any results.
%memit
works as expected.