Skip to content

Commit

Permalink
Profiling feature
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiosDelkos committed Sep 18, 2024
1 parent 1305b24 commit 3b3f964
Show file tree
Hide file tree
Showing 13 changed files with 264 additions and 62 deletions.
147 changes: 119 additions & 28 deletions Cargo.lock

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

8 changes: 6 additions & 2 deletions forc-pkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ tracing = "0.1"
url = { version = "2.2", features = ["serde"] }
vec1 = "1.8.0"
walkdir = "2"
fuel-asm = { version = "0.57.0", features = ["serde"] }
sway-ir = { version = "0.63.5", path = "../sway-ir" }
sysinfo = { version = "0.31.4", optional = true }

[dev-dependencies]
regex = "^1.10.2"

[target.'cfg(not(target_os = "macos"))'.dependencies]
sysinfo = "0.29"
[features]
default = ["dep:sysinfo"]
profile = []
Loading

0 comments on commit 3b3f964

Please sign in to comment.