Skip to content

Commit

Permalink
Run inferno-collapse-perf without --tid parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dsocolobsky committed Dec 3, 2024
1 parent fbb456f commit 803a72f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/flamegraph_reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,10 @@ jobs:
run: |
echo "running perf"
perf script -v -i perf.data --no-inline > stack.data
inferno-collapse-perf --tid < stack.data > collapsed.data
inferno-collapse-perf < stack.data > collapsed.data
inferno-flamegraph < collapsed.data > flamegraph.svg
file flamegraph.svg
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: perf.data
path: ./perf.data

- name: Upload artifacts - flamegraph.svg
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 803a72f

Please sign in to comment.