7 releases

0.4.0 Oct 23, 2023
0.3.5 Oct 5, 2023
0.3.4 Jul 28, 2023
0.3.3 Jan 19, 2023
0.3.1 Apr 12, 2022

#132 in Development tools

Download history 13229/week @ 2023-12-23 18277/week @ 2023-12-30 21015/week @ 2024-01-06 29209/week @ 2024-01-13 26413/week @ 2024-01-20 27567/week @ 2024-01-27 27856/week @ 2024-02-03 22773/week @ 2024-02-10 28884/week @ 2024-02-17 30028/week @ 2024-02-24 30855/week @ 2024-03-02 29437/week @ 2024-03-09 29361/week @ 2024-03-16 26891/week @ 2024-03-23 29949/week @ 2024-03-30 24338/week @ 2024-04-06

114,720 downloads per month
Used in 37 crates (3 directly)

GPL-2.0-only OR BSD-3-Clause

745KB
18K SLoC

Rust 15K SLoC // 0.0% comments C 2K SLoC // 0.0% comments GNU Style Assembly 1.5K SLoC // 0.1% comments Assembly 353 SLoC // 0.0% comments

ittapi

Build Status Documentation Status

This crate allows Rust programs to use Intel® Instrumentation and Tracing Technology (ITT) APIs. Currently, the following APIs are supported (please submit an issue or PR for additional support):

  • a JIT notification API, a higher-level view of the C JIT Profiling API
  • the Domain API
  • the Task API
  • the String Handle API
  • the Event API
  • the Collection Control API

This uses the ittapi-sys crate which depends on the C ittapi library.

IMPORTANT NOTE: this crate is currently only tested on Linux, macOS, and Windows platforms but support for other platforms is intended; contributions are welcome! FreeBSD and OpenBSD are supported but untested.

If you are interested in using VTune to profile Rust applications, you may find the following guide helpful: Wasmtime Docs: Using VTune on Linux

Use

[dependencies]
ittapi = "0.3"

Build

cargo build

Test

cargo test

Dependencies

~145–385KB