1 Star 0 Fork 0

DawinZhang/FlameGraph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
record-test.sh 669 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brendan Gregg 提交于 2017-08-17 14:33 . update tests
#!/bin/bash
#
# record-test.sh - Overwrite flame graph test result files.
#
# See test.sh, which checks these resulting files.
#
# Currently only tests stackcollapse-perf.pl.
set -v -x
# ToDo: add some form of --inline, and --inline --context tests. These are
# tricky since they use addr2line, whose output will vary based on the test
# system's binaries and symbol tables.
for opt in pid tid kernel jit all addrs; do
for testfile in test/*.txt ; do
echo testing $testfile : $opt
outfile=${testfile#*/}
outfile=test/results/${outfile%.txt}"-collapsed-${opt}.txt"
./stackcollapse-perf.pl --"${opt}" "${testfile}" 2> /dev/null > $outfile
done
done
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dawinzhang/FlameGraph.git
git@gitee.com:dawinzhang/FlameGraph.git
dawinzhang
FlameGraph
FlameGraph
master

搜索帮助