Skip to content

Commit

Permalink
modify vtune test to use hardware sampling mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulchaphalkar committed Nov 19, 2024
1 parent d5403ef commit 0fb765a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/all/cli_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2012,6 +2012,8 @@ fn profile_with_vtune() -> Result<()> {
"-verbose",
"-collect",
"hotspots",
"-knob",
"sampling-mode=hw",
"-user-data-dir",
&std::env::temp_dir().to_string_lossy(),
// ...then run Wasmtime with profiling enabled:
Expand Down

0 comments on commit 0fb765a

Please sign in to comment.