处理 matrix-trace-canary 中的堆栈信息。
-
保存堆栈信息到文件中
-
将 matrix 生成的 methodMapping.txt 保存下来
-
执行 python 脚本
python3 main.py workflow_traces demo/1581129760409.log > demo/1581129760409.txt demo/methodMapping.txt
-
使用 FlameGraph 将上面输出的 1581129760409.txt 转到 svg 文件
stackcollapse.pl demo/1581129760409.txt > demo/1581129760409.folded flamegraph.pl demo/1581129760409.folded > demo/1581129760409.svg
PRs accepted.
MIT