Upgrade to the high-level ittapi v0.3.0 crate (#4003)
* Upgrade to the high-level ittapi v0.3.0 crate * Add exclusion for windows mingw
This commit is contained in:
@@ -22,7 +22,7 @@ gimli = { version = "0.26.0", default-features = false, features = ["std", "read
|
||||
object = { version = "0.29.0", default-features = false, features = ["std", "read_core", "elf"] }
|
||||
serde = { version = "1.0.94", features = ["derive"] }
|
||||
addr2line = { version = "0.17.0", default-features = false }
|
||||
ittapi-rs = { version = "0.2.0", optional = true }
|
||||
ittapi = { version = "0.3.0", optional = true }
|
||||
bincode = "1.2.1"
|
||||
rustc-demangle = "0.1.16"
|
||||
cpp_demangle = "0.3.2"
|
||||
@@ -39,7 +39,7 @@ rustix = { version = "0.35.6", features = ["process"] }
|
||||
|
||||
[features]
|
||||
jitdump = ['wasmtime-jit-debug']
|
||||
vtune = ['ittapi-rs']
|
||||
vtune = ['ittapi']
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
Reference in New Issue
Block a user