Lines Matching +full:constant +full:- +full:tsc

1 # RUN: llvm-xray account %s -m %S/Inputs/simple-instrmap.yaml | FileCheck --check-prefixes=ALL %s
2 # RUN: llvm-xray account --recursive-calls-only %s -m %S/Inputs/simple-instrmap.yaml | FileCheck --
4 ---
8 constant-tsc: true
9 nonstop-tsc: true
10 cycle-frequency: 2601000000
12 - { type: 0, func-id: 1, cpu: 1, thread: 111, kind: function-enter, tsc: 0 }
13 - { type: 0, func-id: 1, cpu: 1, thread: 111, kind: function-exit, tsc: 100000000 }
14 - { type: 0, func-id: 2, cpu: 1, thread: 111, kind: function-enter, tsc: 200000000 }
15 - { type: 0, func-id: 2, cpu: 1, thread: 111, kind: function-exit, tsc: 300000000 }
16 - { type: 0, func-id: 2, cpu: 1, thread: 111, kind: function-enter, tsc: 400000000 }
17 - { type: 0, func-id: 3, cpu: 1, thread: 111, kind: function-enter, tsc: 500000000 }
18 - { type: 0, func-id: 3, cpu: 1, thread: 111, kind: function-enter, tsc: 600000000 }
19 - { type: 0, func-id: 3, cpu: 1, thread: 111, kind: function-exit, tsc: 700000000 }
20 - { type: 0, func-id: 3, cpu: 1, thread: 111, kind: function-exit, tsc: 800000000 }
21 - { type: 0, func-id: 2, cpu: 1, thread: 111, kind: function-exit, tsc: 900000000 }
22 - { type: 0, func-id: 3, cpu: 1, thread: 111, kind: function-enter, tsc: 1000000000 }
23 - { type: 0, func-id: 3, cpu: 1, thread: 111, kind: function-exit, tsc: 1100000000 }
27 # ALL-NEXT: funcid count [ min, med, 90p, 99p, max] sum …
28 # ALL-NEXT: 1 1 [ 0.038447, 0.038447, 0.038447, 0.038447, 0.038447] 0.038447 …
29 # ALL-NEXT: 2 2 [ 0.038447, 0.192234, 0.192234, 0.192234, 0.192234] 0.230681 …
30 # ALL-NEXT: 3 3 [ 0.038447, 0.038447, 0.115340, 0.115340, 0.115340] 0.192234 …
33 # RECURSIVE-NEXT: funcid count [ min, med, 90p, 99p, max] …
34 # RECURSIVE-NEXT: 3 2 [ 0.038447, 0.115340, 0.115340, 0.115340, 0.115340] 0.1…