doc: improve VTune documentation (#3907)
This change removes the Linux-specific wording of the VTune documentation as well as fixing a link.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Using `VTune` on Linux
|
# Using `VTune`
|
||||||
|
|
||||||
[VTune][help] is a popular performance profiling tool that targets both 32-bit
|
[VTune][help] is a popular performance profiling tool that targets both 32-bit
|
||||||
and 64-bit x86 architectures. The tool collects profiling data during runtime
|
and 64-bit x86 architectures. The tool collects profiling data during runtime
|
||||||
@@ -6,9 +6,7 @@ and then, either through the command line or GUI, provides a variety of options
|
|||||||
for viewing and analyzing that data. VTune Profiler is available in both
|
for viewing and analyzing that data. VTune Profiler is available in both
|
||||||
commerical and free options. The free, downloadable version is available
|
commerical and free options. The free, downloadable version is available
|
||||||
[here][download] and is backed by a community forum for support. This version is
|
[here][download] and is backed by a community forum for support. This version is
|
||||||
appropriate for detailed analysis of your Wasm program. Note that for JIT
|
appropriate for detailed analysis of your Wasm program.
|
||||||
support, Wasmtime only supports VTune profiling on Linux platforms but other
|
|
||||||
platforms are expected to be enabled in the future.
|
|
||||||
|
|
||||||
VTune support in Wasmtime is provided through the JIT profiling APIs from the
|
VTune support in Wasmtime is provided through the JIT profiling APIs from the
|
||||||
[`ittapi`] library. This library provides code generators (or the runtimes that
|
[`ittapi`] library. This library provides code generators (or the runtimes that
|
||||||
@@ -24,7 +22,7 @@ For more information on VTune and the analysis tools it provides see its
|
|||||||
|
|
||||||
[help]: https://software.intel.com/en-us/vtune-help
|
[help]: https://software.intel.com/en-us/vtune-help
|
||||||
[download]: https://software.intel.com/en-us/vtune/choose-download#standalone
|
[download]: https://software.intel.com/en-us/vtune/choose-download#standalone
|
||||||
[documentations]: https://software.intel.com/en-us/vtune-help
|
[documentation]: https://software.intel.com/en-us/vtune-help
|
||||||
[`ittapi`]: https://github.com/intel/ittapi
|
[`ittapi`]: https://github.com/intel/ittapi
|
||||||
[`ittapi-rs`]: https://crates.io/crates/ittapi-rs
|
[`ittapi-rs`]: https://crates.io/crates/ittapi-rs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user