5
BadFox
8y

I wish I had a tool that could tell me the slowest piece of code automatically.

Comments
  • 2
    That is actually a pretty good idea for a plugin/tool
  • 6
    It's inbuilt into VS already. The code profiler. Shows you what uses how much CPU time etc.
  • 0
    @Kimmax My nickname speaks for itself ^
  • 0
    There are many profiles available, depending what language you're on.
  • 1
    @LinuxUser0001 set up a VM then, that's also a great opportunity to see if your code works cross-platform
  • 1
    There'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.
  • 0
    @Shodan It's nice to dream, isn't it? ;)
  • 0
    @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.
Add Comment