Logo
Explore Help
Sign In
T0b1/wasmtime
1
0
Fork 0
You've already forked wasmtime
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
dff789c7c61f6e67038b62d9f75b449eab42adb0
wasmtime/docs/SUMMARY.md
Johnnie Birch dff789c7c6 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
2020-04-02 09:04:08 -05:00

2.5 KiB
Raw Blame History

Summary

  • Introduction
  • Tutorial
    • Creating hello-world.wasm
    • Running hello-world.wasm
  • Examples
    • Markdown parser
    • Profiling WebAssembly
      • Profiling with Perf
      • Profiling with VTune
    • Embedding in Rust
      • Hello, world!
      • Calculating the GCD
      • Using linear memory
      • WASI
      • Linking modules
      • Debugging
      • Using multi-value
    • Embedding in C
      • Hello, world!
      • Calculating the GCD
      • Using linear memory
      • WASI
      • Linking modules
      • Debugging
      • Using multi-value
  • Using WebAssembly from your lanugage
    • Python
    • .NET
    • Rust
    • Bash
  • Using the wasmtime CLI
    • Installation
    • CLI Options
    • Cache Configuration
  • Writing WebAssembly
    • Rust
    • C/C++
    • WebAssembly Text Format (*.wat)
    • Example: Markdown Parser
  • Embedding Wasmtime
    • Rust API
    • C/C++ API
  • Stability
    • Release Process
    • Platform Support
  • Security
    • Disclosure Policy
    • Sandboxing
  • Contributing
    • Building
    • Testing
    • Fuzzing
    • CI
    • Coding guidelines
    • Development process
    • Release Process
    • Governance
    • Code of Conduct
Powered by Gitea Version: 1.24.7 Page: 62ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API