Search code examples
linuxshark

Is there anything like Apple's Shark on Linux?


I'm looking for alternatives to Apple's Shark on Linux. I'm looking for a statistical profiler - not gprof. I know about oprofile, but would like something a bit more polished. Appreciate any suggestions with advantages/disadvantages relative to Shark.


Solution

  • The closest thing to Shark on Linux is Zoom. It's a sampling profiler that collects callstacks and is system-wide. It has a GUI that lets you see functions, source, and assembly.