Skip to content

Commit

Permalink
review: update some more documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed May 21, 2024
1 parent 3f4fac2 commit a14b162
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions rust/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ source vtune-vars.sh
cargo test
```

To install VTune, see the [User
Guide](https://www.intel.com/content/www/us/en/develop/documentation/vtune-help/top/installation.html).
The environment setup script (e.g., `vtune-vars.sh`) can be found within the VTune installation;
e.g., `$HOME/intel/oneapi/vtune/latest` or `/opt/intel/oneapi/vtune/latest` on
[Linux](https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-vtune/top/linux-os.html).
To install VTune, see the [User Guide]. The environment setup script (e.g., `vtune-vars.sh`) can be
found within the VTune installation; e.g., `$HOME/intel/oneapi/vtune/latest` or
`/opt/intel/oneapi/vtune/latest` on [Linux].

[User Guide]: https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2024-1/installation.html
[Linux]: https://www.intel.com/content/www/us/en/docs/vtune-profiler/get-started-guide/2024-1/linux-os.html
2 changes: 1 addition & 1 deletion rust/integration-tests/tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn run_with_collector() {

// Finally, check that the created report actually contains the measured tasks. It may be
// interesting to filter by task here: e.g.,
// https://www.intel.com/content/www/us/en/develop/documentation/vtune-help/top/command-line-interface/generating-command-line-reports/filtering-and-grouping-reports.html.
// https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2024-1/filtering-and-grouping-reports.html
let report_stdout = run(&["vtune", "-report", "summary", result_dir_flag]);
assert!(report_stdout.contains("task#1 "));
assert!(report_stdout.contains("task#2 "));
Expand Down

0 comments on commit a14b162

Please sign in to comment.