Skip to content

Commit

Permalink
Add support for collecting/visualizing Perf Profile data
Browse files Browse the repository at this point in the history
  • Loading branch information
janaknat committed Aug 24, 2023
1 parent fd95803 commit 8f86a18
Show file tree
Hide file tree
Showing 21 changed files with 734 additions and 74 deletions.
160 changes: 145 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ flate2 = "1.0.26"
tar = "0.4.38"
infer = "0.13.0"
bincode = "1.3.3"
inferno = "0.11.15"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ To see a step-by-step example, please see our example [here](./EXAMPLE.md)

`-vv, --verbose --verbose` more verbose messages

`--intensive` gather data for which the CPU utilization is high when collected


`./aperf report -h`

Expand Down
Binary file added src/.data.rs.swp
Binary file not shown.
Loading

0 comments on commit 8f86a18

Please sign in to comment.