简体   繁体   中英

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.

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.

You can try Sysprof: http://www.daimi.au.dk/~sandmann/sysprof/

It's much simpler to use than oprofile, but probably not as fully-featured as Shark.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM