简体   繁体   English

Linux上有Apple的Shark吗?

[英]Is there anything like Apple's Shark on Linux?

I'm looking for alternatives to Apple's Shark on Linux. 我正在寻找Linux上Apple的Shark的替代品。 I'm looking for a statistical profiler - not gprof. 我正在寻找统计分析器 - 而不是gprof。 I know about oprofile, but would like something a bit more polished. 我知道oprofile,但想要更精致的东西。 Appreciate any suggestions with advantages/disadvantages relative to Shark. 感谢任何有关Shark的优点/缺点的建议。

The closest thing to Shark on Linux is Zoom . 在Linux上最接近Shark的是Zoom It's a sampling profiler that collects callstacks and is system-wide. 它是一个采样分析器,用于收集callstack并且是系统范围的。 It has a GUI that lets you see functions, source, and assembly. 它有一个GUI,可以让您查看函数,源代码和程序集。

You can try Sysprof: http://www.daimi.au.dk/~sandmann/sysprof/ 你可以试试Sysprof: http ://www.daimi.au.dk/~sandmann/sysprof/

It's much simpler to use than oprofile, but probably not as fully-featured as Shark. 它比oprofile更简单,但可能不像Shark那样功能齐全。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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