Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Kimmax111067yIt's inbuilt into VS already. The code profiler. Shows you what uses how much CPU time etc.
-
@LinuxUser0001 set up a VM then, that's also a great opportunity to see if your code works cross-platform
-
Shodan4987yThere's a lot of profiling tools for Linux (e.g. gprof, valgrind, gperftools), but I doubt any would automagically tell you which one is the slowest piece of code in an entire codebase.
-
BadFox23407y@Krokoklemme I can tell you right now that it doesn't, as for the VM I have a Windows computer, I just prefer the Linux workflow.
Related Rants
I wish I had a tool that could tell me the slowest piece of code automatically.
undefined
slow af
tool
wish
slow