<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in examples-profiling-vtune.md</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2fafa358 - Fix more broken links (#12143)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/examples-profiling-vtune.md#2fafa358</link>
        <description>Fix more broken links (#12143)This is a follow-up to #12125 to fix links for documentation I hadhelped add.

            List of files:
            /wasmtime-44.0.1/docs/examples-profiling-vtune.md</description>
        <pubDate>Tue, 09 Dec 2025 17:30:20 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>92cfda1b - refactor(docs): more conversions of sh to console for copy-paste (#10707)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/examples-profiling-vtune.md#92cfda1b</link>
        <description>refactor(docs): more conversions of sh to console for copy-paste (#10707)This commit udpates more instructions on various READMEs to avoid `$`for easy copy-pasting, and also use `console` where appropriate.Signed-off-by: Victor Adossi &lt;vadossi@cosmonic.com&gt;

            List of files:
            /wasmtime-44.0.1/docs/examples-profiling-vtune.md</description>
        <pubDate>Fri, 02 May 2025 14:44:25 +0000</pubDate>
        <dc:creator>Victor Adossi &lt;123968127+vados-cosmonic@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>05095c18 - Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/examples-profiling-vtune.md#05095c18</link>
        <description>Rename the `wasm32-wasi` target to `wasm32-wasip1` (#8867)This rename is happening in upstream Rust and should be in enough placesnow.prtest:full

            List of files:
            /wasmtime-44.0.1/docs/examples-profiling-vtune.md</description>
        <pubDate>Thu, 25 Jul 2024 17:53:26 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>523bc959 - docs: fix typos (#7741)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/examples-profiling-vtune.md#523bc959</link>
        <description>docs: fix typos (#7741)

            List of files:
            /wasmtime-44.0.1/docs/examples-profiling-vtune.md</description>
        <pubDate>Wed, 03 Jan 2024 15:53:56 +0000</pubDate>
        <dc:creator>vuittont60 &lt;81072379+vuittont60@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>6f4f30c8 - Add support for generating perf maps for simple perf profiling (#6030)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/examples-profiling-vtune.md#6f4f30c8</link>
        <description>Add support for generating perf maps for simple perf profiling (#6030)* Add support for generating perf maps for simple perf profiling* add missing enum entry in C code* bugfix: use hexa when printing the code region&apos;s length too (thanks bjorn3!)* sanitize file name + use bufwriter* introduce --profile CLI flag for wasmtime* Update doc and doc comments for new --profile option* remove redundant FromStr import* Apply review feedback: make_line receives a Write impl, report errors* fix tests?* better docs

            List of files:
            /wasmtime-44.0.1/docs/examples-profiling-vtune.md</description>
        <pubDate>Mon, 20 Mar 2023 16:17:36 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>6b4e84f2 - doc: improve VTune documentation (#3907)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/examples-profiling-vtune.md#6b4e84f2</link>
        <description>doc: improve VTune documentation (#3907)This change removes the Linux-specific wording of the VTunedocumentation as well as fixing a link.

            List of files:
            /wasmtime-44.0.1/docs/examples-profiling-vtune.md</description>
        <pubDate>Wed, 09 Mar 2022 21:51:20 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c183e93b - x64: enable VTune support by default (#3821)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/examples-profiling-vtune.md#c183e93b</link>
        <description>x64: enable VTune support by default (#3821)* x64: enable VTune support by defaultAfter significant work in the `ittapi-rs` crate, this dependency shouldbuild without issue on Wasmtime&apos;s supported operating systems: Windows,Linux, and macOS. The difference in the release binary is &lt;20KB, so thischange makes `vtune` a default build feature. This change upgrades`ittapi-rs` to v0.2.0 and updates the documentation.* review: add configuration for defaults in more places* review: remove OS conditional compilation, add architecture* review: do not default vtune feature in wasmtime-jit

            List of files:
            /wasmtime-44.0.1/docs/examples-profiling-vtune.md</description>
        <pubDate>Tue, 22 Feb 2022 16:32:09 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>24bc4d60 - docs: replace &apos;amplxe-cl&apos; with &apos;vtune&apos; (#3622)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/examples-profiling-vtune.md#24bc4d60</link>
        <description>docs: replace &apos;amplxe-cl&apos; with &apos;vtune&apos; (#3622)The name of the VTune collector CLI has [nowchanged](https://github.com/intel/ittapi/pull/32#discussion_r771417365)to `vtune`; `amplxe-cl` is deprecated.

            List of files:
            /wasmtime-44.0.1/docs/examples-profiling-vtune.md</description>
        <pubDate>Sat, 18 Dec 2021 00:59:47 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>99b00cd9 - docs: update VTune documentation (#3604)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/examples-profiling-vtune.md#99b00cd9</link>
        <description>docs: update VTune documentation (#3604)While using VTune, it seemed a good idea to check that the VTunedocumentation for Wasmtime was still correct. It is and VTune supportstill works (improvements: click-through to x86 assembly is notavailable). These changes simply re-organize the documentation and add asection for running VTune from a GUI.

            List of files:
            /wasmtime-44.0.1/docs/examples-profiling-vtune.md</description>
        <pubDate>Fri, 17 Dec 2021 23:47:09 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>dff789c7 - Adds JIT profiling support for VTune (#819)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/docs/examples-profiling-vtune.md#dff789c7</link>
        <description>Adds JIT profiling support for VTune (#819)This patch adds initial support for ittapi which is an opensource profiling api for instrumentation and tracing and profilingof jitted code. Result files can be read by VTune for analysisBuild:    cargo build --features=vtuneProfile: // Using amplxe-cl from VTune    amplxe-cl -v -collect hostpost target/debug/wasmtime --vtune test.wasm

            List of files:
            /wasmtime-44.0.1/docs/examples-profiling-vtune.md</description>
        <pubDate>Thu, 02 Apr 2020 14:04:08 +0000</pubDate>
        <dc:creator>Johnnie Birch &lt;45402135+jlb6740@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
