I've seen power-Visual Studio users do amazing things with the profiler and debugger. It looks amazing, but there is one small problem. I'm on Linux. No visual studio for me. How do I profile now? There are some profilers out there for Linux too, each with varying degrees of usability. Perf is a neat little tool that I just found for profiling programs. Perf uses statistical profiling, where it po
