1 # RUN: llvm-profdata merge -text %s -o %t.1.proftext
2 # RUN: llvm-profdata merge -binary %t.1.proftext -o %t.2.profdata
3 # RUN: llvm-profdata merge -text %t.2.profdata -o %t.3.proftext
4 # RUN: diff %t.1.proftext %t.3.proftext
6 # RUN: llvm-profdata show --temporal-profile-traces %t.1.proftext | FileCheck %s
8 # CHECK: Temporal Profile Traces (samples=3 seen=3):
9 # CHECK: Temporal Profile Trace 0 (weight=1 count=3):
13 # CHECK: Temporal Profile Trace 1 (weight=3 count=3):
17 # CHECK: Temporal Profile Trace 2 (weight=1 count=1):