48 lines · plain
1# RUN: llvm-profdata merge --temporal-profile-max-trace-length=0 %s -o %t.profdata2# RUN: llvm-profdata show --temporal-profile-traces %t.profdata | FileCheck %s --check-prefix=NONE3 4# RUN: llvm-profdata merge --temporal-profile-trace-reservoir-size=2 %s %s %s %s -o %t.profdata5# RUN: llvm-profdata merge --temporal-profile-trace-reservoir-size=2 --temporal-profile-max-trace-length=0 %t.profdata -o %t.profdata6# RUN: llvm-profdata show --temporal-profile-traces %t.profdata | FileCheck %s --check-prefix=NONE7 8# RUN: llvm-profdata merge --temporal-profile-max-trace-length=2 %s -o %t.profdata9# RUN: llvm-profdata show --temporal-profile-traces %t.profdata | FileCheck %s --check-prefixes=CHECK,SOME10 11# RUN: llvm-profdata merge --temporal-profile-max-trace-length=1000 %s -o %t.profdata12# RUN: llvm-profdata show --temporal-profile-traces %t.profdata | FileCheck %s --check-prefixes=CHECK,ALL13 14# NONE: Temporal Profile Traces (samples=0 seen=0):15# CHECK: Temporal Profile Traces (samples=1 seen=1):16# SOME: Trace 0 (weight=1 count=2):17# ALL: Trace 0 (weight=1 count=3):18 19# Header20:ir21:temporal_prof_traces22# Num Traces23124# Trace Stream Size:25126# Weight27128a, b, c29 30 31a32# Func Hash:330x123434# Num Counters:35136# Counter Values:3710138 39b400x56784114220243 44c450xabcd4614730348