Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找能够生成 gprof 输出的编译器列表。
gprof 支持超出 gcc。例如,Sun Studio 和 berkeley 编译器都支持它。
根据您的平台,您可能会发现动态运行时工具(例如 dtrace 或 oprofile)可以提供帮助。
这些不是编译器,但可以提供与 gprof 相同类型的数据,并且可以应用于现有程序而无需源代码或重新编译它们。
oprofile 有一种直接输出 gprof 兼容数据的模式:
http://oprofile.sourceforge.net/doc/opgprof.html