gz / rust-perfcnt
Rust library to program hardware performance counter.
☆53Updated 2 years ago
Alternatives and similar repositories for rust-perfcnt:
Users that are interested in rust-perfcnt are comparing it to the libraries listed below
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆38Updated 6 years ago
- A plugin for Criterion.rs to measure Linux perf events.☆42Updated last year
- Simplify the use of performance counters.☆64Updated 2 years ago
- A small Rust library that allows users to reinterpret data of certain types safely.☆39Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆78Updated last year
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- probe: Static probes for Rust☆95Updated 2 years ago
- perf-event: a Rust interface to Linux performance monitoring☆114Updated last week
- ☆52Updated 5 years ago
- adaptive algorithms for rayon☆39Updated 4 years ago
- Log call tree summaries after each request for rust programs instrumented with `tracing`.☆44Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆124Updated 3 months ago
- ☆47Updated 4 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Stack unwinding library in Rust☆91Updated 4 months ago
- home for proposals in and around compile-time function evaluation☆107Updated last year
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 3 months ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- ☆61Updated 7 years ago
- Rust library for memory barrier