aboutsummaryrefslogtreecommitdiff
path: root/TEST.libcalls.report
blob: 8cacfdbd255517c3ce63d2b66fd8a986a909b8fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##=== 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'],
 []
 );