File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,15 @@ REQUIRES: system-linux
1111
1212RUN: yaml2obj %p/Inputs/blarge.yaml &> %t.exe
1313RUN: perf2bolt %t.exe -o %t --pa -p %p/Inputs/pre-aggregated.txt -w %t.new \
14+ RUN: --show-density \
1415RUN: --profile-density-threshold=9 --profile-density-cutoff-hot=970000 \
1516RUN: --profile-use-dfs | FileCheck %s --check-prefix=CHECK-P2B
1617
1718CHECK-P2B: BOLT-INFO: 4 out of 7 functions in the binary (57.1%) have non-empty execution profile
1819CHECK-P2B: BOLT-INFO: Functions with density >= 21.7 account for 97.00% total sample counts.
1920
2021RUN: perf2bolt %t.exe -o %t --pa -p %p/Inputs/pre-aggregated.txt -w %t.new \
22+ RUN: --show-density \
2123RUN: --profile-density-cutoff-hot=970000 \
2224RUN: --profile-use-dfs 2>&1 | FileCheck %s --check-prefix=CHECK-WARNING
2325
You can’t perform that action at this time.
0 commit comments