Overview
News
Technologies
Salaries
Products
People
Growth
Financials
Overview
Lightweight Rust profiling for latency, CPU, memory, and async performance. Track execution time, allocations, SQL queries, channels, and runtime behavior. Profile functions, futures, streams, and threads with minimal overhead.
News
Profiling Rust: The Complete Guide - From SQL Queries to CPU Sampling
A complete guide to profiling Rust applications, layer by layer: N+1 SQL query detection, parallelizing HTTP calls, I/O throughput, Mutex and RwLock contention, channel queue depth, memory allocations, and CPU sampling. Each layer comes with a real bottle
Read more
Report
Lessons Learned Building High-Performance Rust Profiler
The Rust performance book features over a dozen different profiling tools. So I
Read more
Report
