File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
llvm/test/Analysis/CtxProfAnalysis Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 12
12
; CHECK: No contextual profile was provided
13
13
;
14
14
; This is the reference profile, laid out in the format the json formatter will
15
- ; output it from opt.
15
+ ; output it from opt. Note that the root GUIDs - 12341 and 34234 - are different from
16
+ ; the GUID present in the module, which is otherwise present in the profile, but not
17
+ ; as a root.
16
18
;--- profile.json
17
19
[
18
20
{
25
27
"Counters" : [
26
28
5
27
29
],
28
- "Guid" : 12074870348631550642
30
+ "Guid" : 1000
29
31
},
30
32
{
31
33
"Callsites" : [
35
37
6 ,
36
38
7
37
39
],
38
- "Guid" : 728453322856651412
40
+ "Guid" : 1000
39
41
}
40
42
]
41
43
],
42
44
"Counters" : [
43
45
1
44
46
],
45
- "Guid" : 11872291593386833696
47
+ "Guid" : 34234
46
48
}
47
49
]
48
50
;--- example.ll
60
62
}
61
63
62
64
attributes #0 = { noinline }
63
- !0 = !{ i64 1000 }
65
+ !0 = !{ i64 1000 }
You can’t perform that action at this time.
0 commit comments