Sublime Forum

Code Profiler: profile code using kcachegrind

#1

Hi there :slight_smile: i ve just created a plugin with the purpose of profiling code, for now it only works for python but support for new languages is on the way

Code Profiler simply profiles a script and then opens up the profiling results in kcachegrind, wich gives access to all the amazing functionalities like timers and callgraphs.

Hope you like it :wink:

0 Likes

Profile python using the exec command