加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TEST.libcalls.report 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
##=== TEST.libcalls.report - Report desc for libcalls tests ----*- perl -*-===##
#
# This file defines a report to be generated for the libcalls test.
#
##===----------------------------------------------------------------------===##
# Sort by name
$SortCol = 1;
$TrimRepeatedPrefix = 1;
# These are the columns for the report. The first entry is the header for the
# column, the second is the regex to use to match the value. Empty list create
# seperators, and closures may be put in for custom processing.
(
# Name
["Name" , '\'([^\']+)\' Program'],
[],
["total", '([0-9]+).*Number of library calls simplified'],
[],
# Specifics
["#exit", '([0-9]+).*Number of .exit. calls simplified'],
[]
);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化