File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Using ` VTune `
22
3- [ VTune] [ help ] is a popular performance profiling tool that targets both 32-bit
3+ [ VTune] [ main ] is a popular performance profiling tool that targets both 32-bit
44and 64-bit x86 architectures. The tool collects profiling data during runtime
55and then, either through the command line or GUI, provides a variety of options
66for viewing and analyzing that data. VTune Profiler is available in both
@@ -20,9 +20,9 @@ the [`ittapi-rs`] crate.
2020For more information on VTune and the analysis tools it provides see its
2121[ documentation] .
2222
23- [ help ] : https://software .intel.com/en- us/vtune-help
24- [ download ] : https://software .intel.com/en- us/vtune/choose-download#standalone
25- [ documentation ] : https://software .intel.com/en- us/vtune-help
23+ [ main ] : https://www .intel.com/content/www/ us/en/developer/tools/oneapi/ vtune-profiler.html
24+ [ download ] : https://www .intel.com/content/www/ us/en/docs/ vtune-profiler/installation-guide/current/overview.html
25+ [ documentation ] : https://www .intel.com/content/www/ us/en/docs/ vtune-profiler/user-guide/current/overview.html
2626[ `ittapi` ] : https://github.com/intel/ittapi
2727[ `ittapi-rs` ] : https://crates.io/crates/ittapi-rs
2828
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ For explanations of what each tier means see below.
9292[ `memory64` ] : https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md
9393[ `custom-page-sizes` ] : https://github.com/WebAssembly/custom-page-sizes
9494[ `multi-memory` ] : https://github.com/WebAssembly/multi-memory/blob/master/proposals/multi-memory/Overview.md
95- [ `threads` ] : https://github.com/WebAssembly/threads/blob/main-legacy/proposals/threads/Overview.md
95+ [ `threads` ] : https://github.com/WebAssembly/threads
9696[ `component-model` ] : https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md
9797[ `relaxed-simd` ] : https://github.com/WebAssembly/relaxed-simd/blob/main/proposals/relaxed-simd/Overview.md
9898[ `function-references` ] : https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ The emoji legend is:
117117[ `shared-everything-threads` ] : https://github.com/WebAssembly/shared-everything-threads
118118[ `memory64` ] : https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md
119119[ `multi-memory` ] : https://github.com/WebAssembly/multi-memory/blob/master/proposals/multi-memory/Overview.md
120- [ `threads` ] : https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md
120+ [ `threads` ] : https://github.com/WebAssembly/threads
121121[ `component-model` ] : https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md
122122[ `relaxed-simd` ] : https://github.com/WebAssembly/relaxed-simd/blob/main/proposals/relaxed-simd/Overview.md
123123[ `function-references` ] : https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md
You can’t perform that action at this time.
0 commit comments