Skip to content

Commit 4df249e

Browse files
committed
debug prints
1 parent 4ec029b commit 4df249e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ runs:
208208
--preset "$PRESET" \
209209
--timestamp-override "$SAVE_TIMESTAMP" \
210210
--detect-version sycl,compute_runtime \
211-
${{ inputs.enable_unitrace == 'true' && '--unitrace' || '' }}
211+
${{ inputs.enable_unitrace == 'true' && '--unitrace --flamegraph inclusive' || '' }}
212212

213213
echo "-----"
214214
python3 ./devops/scripts/benchmarks/compare.py to_hist \
@@ -231,6 +231,14 @@ runs:
231231
run: |
232232
[ -f "github_summary.md" ] && cat github_summary.md >> $GITHUB_STEP_SUMMARY
233233
234+
echo ""
235+
echo ""
236+
echo ""
237+
find .
238+
echo ""
239+
echo ""
240+
echo ""
241+
234242
cd "./llvm-ci-perf-results"
235243
git add .
236244
git diff HEAD --name-only | while IFS="$(printf '\n')" read -r diff; do

0 commit comments

Comments
 (0)