brintos

brintos / llvm-project-archived public Read only

0
0
Text · 551 B · c995a7a Raw
17 lines · yaml
1#RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml | FileCheck %s2---3header:4  version: 15  type: 06  constant-tsc: true7  nonstop-tsc: true8  cycle-frequency: 26010000009records:10  - { type: 0, func-id: 1, cpu: 1, thread: 111, kind: function-enter, tsc: 10001 }11  - { type: 0, func-id: 1, cpu: 1, thread: 111, kind: function-exit, tsc: 10100 }12...13 14#CHECK:       Functions with latencies: 115#CHECK-NEXT:  funcid  count  [ min, med, 90p, 99p, max] sum function16#CHECK-NEXT:  1 1 [ {{.*}}, {{.*}}, {{.*}}, {{.*}}, {{.*}}] {{.*}} {{.*}}17