2 stable releases

12.0.1 Feb 14, 2025
12.0.0 May 31, 2024

#155 in Profiling

Download history 1947/week @ 2024-11-21 2066/week @ 2024-11-28 2091/week @ 2024-12-05 2120/week @ 2024-12-12 1745/week @ 2024-12-19 1671/week @ 2024-12-26 1846/week @ 2025-01-02 2313/week @ 2025-01-09 2443/week @ 2025-01-16 2396/week @ 2025-01-23 2429/week @ 2025-01-30 2554/week @ 2025-02-06 3060/week @ 2025-02-13 3838/week @ 2025-02-20 3840/week @ 2025-02-27 3959/week @ 2025-03-06

15,169 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