Skip to content

Commit

Permalink
Treat syscalls as nodes (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
THenry14 authored Nov 4, 2024
1 parent 4466cb0 commit 58c852e
Show file tree
Hide file tree
Showing 17 changed files with 1,462 additions and 37 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- show syscalls as nodes in trace tree rather than samples
- add `--versioned-constants-path` flag to allow passing custom resource cost map

## [0.6.0] - 2024-08-22

- support for `sha256_process_block_syscall`
Expand Down
2 changes: 2 additions & 0 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 @@ -31,6 +31,7 @@ itertools = "0.11.0"
tempfile = "3.10.1"
regex = "1.10"
lazy_static = "1.4.0"
indoc = "2"

cairo-lang-sierra = "2.7.0"
cairo-lang-sierra-to-casm = "2.7.0"
Expand Down
4 changes: 4 additions & 0 deletions crates/cairo-profiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "cairo-profiler"
version.workspace = true
edition.workspace = true

[package.metadata]
include = ["resources/*"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down Expand Up @@ -31,6 +34,7 @@ assert_fs.workspace = true
project-root.workspace = true
snapbox.workspace = true
test-case.workspace = true
indoc.workspace = true

[build-dependencies]
prost-build.workspace = true
Expand Down
Loading

0 comments on commit 58c852e

Please sign in to comment.