Hi, I hit on the button “code profiler” in the Tools menu.
I would like to try this feature, for python programs.
It asks me “Please Load a profile”. Could you help me with setting up this feature? If it is still relevant, as the instruction video, that I found on youtube is quite old…
I do the profiling usually with https://mg.pov.lt/profilehooks/ with @profile(filename=...) that then stores the result in a file which you might be able to open with the code profiler.
Thanks for leading me to the @profile trick. I read about it before, but did not try it yet. It works wonderful.
The Code profiler of Komodo is not useful for Python anymore, I would think, unless it can interpret the data from this profilehooks package, started with the @profile decorator.
For me this is not needed, but an upgrade of the help files would be a good thing for future users looking for this.