MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / is_vtune_available

Function is_vtune_available

tests/all/cli_tests.rs:3089–3091  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3087
3088#[cfg(target_arch = "x86_64")]
3089fn is_vtune_available() -> bool {
3090 Command::new("vtune").arg("-version").output().is_ok()
3091}
3092
3093#[test]
3094fn profile_guest() -> Result<()> {

Callers 1

profile_with_vtuneFunction · 0.85

Calls 4

is_okMethod · 0.80
outputMethod · 0.80
newFunction · 0.50
argMethod · 0.45

Tested by

no test coverage detected