erlgrind:将fprof转换为callgring输出

时间:2024-06-13 04:59:48
【文件属性】:

文件名称:erlgrind:将fprof转换为callgring输出

文件大小:24KB

文件格式:ZIP

更新时间:2024-06-13 04:59:48

Erlang

描述 该脚本将erlang的fprof输出转换为valgrind的callgrind输出。 要生成fprof输出,请使用fprof:analyse({dest, "outfile.fprof"}). 。 不要使用总计。 转换为callgrind很简单,只需键入: ./erlgrind_script outfile.fprof outfile.cgrind 。 您的PATH中必须有escript。 然后,您可以使用类的工具打开outfile.cgrind。 格式 有关fprof格式的说明,请检查 。 有关callgrind格式的说明,请检查 。 用法 Usage: erlgrind [Options] <input file .trace/.analysis> [] Options: -p use process pid as ELF objec


【文件预览】:
erlgrind-master
----LICENSE(1KB)
----src()
--------erlgrind(6KB)
----examples()
--------spawn.fprof(58KB)
--------suspend.cgrind(17KB)
--------suspend(235B)
--------spawn.cgrind(22KB)
--------spawn(275B)
--------suspend.fprof(47KB)
----README.md(6KB)

网友评论