Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / cachegrind / tests / ann2.cgout
blob2be80fe1ea0d5a59518fd6722909cacffa3f0a40
1 cmd: ann2
2 events: A SomeCount VeryLongEventName
4 # A file testing various things.
5 fl=ann2-basic.rs
6 # This one has the counts to get the totals to 100,000/100,000/0.
7 fn=f0
8 7 68081 90291 0
9 fn=f1
10 # Different whitespace. Mix of line 0 and other lines.
11 0  5000   0         0   
12 4                5000 500 0
13 5   5000       100     0    
14 # Line 0.
15 fn=f2
16 0 2000 100 0
17 # Below the threshold
18 fn=f3
19 9 10 9 0
20 fn=f4
21 # Use of implicit zero event counts.
22 # Also just at the threshold.
23 12 200 0 0
24 13 200 0
25 14 100
26 15 0 0 0
27 16 0 0
28 17 0
30 # Just below the threshold.
31 fn=f5
32 19 499 2000 0
33 fn=f6
34 # Repeated line numbers, including ones from other functions.
35 # Also the total is identical to f4's total.
36 0 100 0 0
37 9 100 0 0
38 20 100 0 0
39 20 100 0 0
40 20 50 0 0
41 20 50 0 0
43 # File with source newer than the cgout file.
44 fl=ann2-more-recent-than-cgout.rs
45 fn=new
46 2 1000 0 0
48 # File with negative and positive values. Some values are very large (much
49 # bigger than in the summary). The file total is below the threshold, but it
50 # still is printed because the function CCs are above the threshold. Also,
51 # because the summary value for `ThisIsAVeryLongEventName` is zero, that events
52 # percentages here show up as "n/a".
53 fl=ann2-negatives.rs
54 # Various, and the sum is zero.
55 fn=neg1
56 0 -1000 -1000 -1000
57 1 2000 2000 2000
58 2 -1000 -1000 0
59 fn=neg2a
60 5 500000 0 -150000
61 fn=neg2b
62 6 499999 0 0
63 fn=neg3
64 # Ditto.
65 0 -1000 0 10
66 8 -1000000 0 150000
67 10 -8000 0 10
68 11 9000 0 -20
69 fn=neg4
70 13 11 0 0
72 # File with source newer than the cgout file.
73 fl=ann2-past-the-end.rs
74 # No `fn=` line yet, so the function name falls back to `<unspecified>`.
75 1 1000 500 0
76 # This funcname is repeated in ann2-could-not-be-found.rs above.
77 fn=f1
78 2  200 100 0
79 20 300 100 0
80 21 300 100 0
81 22 200 0 -1000
83 # File mentioned here, but not present on disk.
84 fl=ann2-could-not-be-found.rs
85 fn=f1
86 100 3000 2000 0
87 101    3000     2000        0
88 102     3000    2000    0
90 # File below the threshold. (It also doesn't exist, but that doesn't matter. We
91 # don't try to open it because it's below the threshold.)
92 fl=ann2-below-threshold.rs
93 fn=below1
94 1 100 50 0
95 2 100 50 0
96 fn=below2
97 5 100 50 0
98 6 100 50 0
100 # Unknown file
101 fl=???
102 fn=unknown
103 0 1000 0 0
105 summary: 100000 100000 0