2 stable releases

new 12.0.1 Feb 14, 2025
12.0.0 May 31, 2024

#105 in Profiling

Download history 2069/week @ 2024-10-30 1911/week @ 2024-11-06 1843/week @ 2024-11-13 1889/week @ 2024-11-20 2143/week @ 2024-11-27 2061/week @ 2024-12-04 2057/week @ 2024-12-11 1890/week @ 2024-12-18 1640/week @ 2024-12-25 1751/week @ 2025-01-01 2276/week @ 2025-01-08 2455/week @ 2025-01-15 2384/week @ 2025-01-22 2443/week @ 2025-01-29 2447/week @ 2025-02-05 2440/week @ 2025-02-12

10,079 downloads per month

MIT/Apache

350KB
4K SLoC

analyzeme

This crate provides a library with common functionality for measureme tools


lib.rs:

This crate provides a library with common functionality for measureme tools

Reading event trace files

The main entry point for reading trace files is the ProfilingData struct.

To create a ProfilingData, call the [ProfilingData::new()] function and provide a Path with the directory and file name for the trace files.

To retrieve an Iterator of all of the events in the file, call the [ProfilingData::iter()] method.

Dependencies

~1–7MB
~47K SLoC