repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-profdata
/
show-order.proftext
blob
28eb1b9b42af7d30632c2f2dfb96616c0337df66
1
# RUN: llvm-profdata order %s --num-test-traces=1 | FileCheck %s
2
3
# CHECK: # Total area under the page fault curve: 4.000000e+00
4
5
# CHECK: a
6
# CHECK: b
7
# CHECK: c
8
# CHECK: x
9
10
# Header
11
:ir
12
:temporal_prof_traces
13
# Num Traces
14
4
15
# Trace Stream Size:
16
4
17
# Weight
18
1
19
a, main.c:b, c
20
# Weight
21
1
22
a, x, main.c:b, c
23
# Weight
24
1
25
a, main.c:b, c
26
# Weight
27
1
28
a, main.c:b, c, x
29
30
a
31
# Func Hash:
32
0x1234
33
# Num Counters:
34
1
35
# Counter Values:
36
101
37
38
main.c:b
39
0x5678
40
1
41
202
42
43
c
44
0xabcd
45
1
46
303
47
48
x
49
0xefff
50
1
51
404