2 stable releases

12.0.1 Feb 14, 2025
12.0.0 May 31, 2024

#160 in Profiling

Download history 1614/week @ 2024-12-20 1706/week @ 2024-12-27 1902/week @ 2025-01-03 2368/week @ 2025-01-10 2424/week @ 2025-01-17 2419/week @ 2025-01-24 2433/week @ 2025-01-31 2599/week @ 2025-02-07 3198/week @ 2025-02-14 3730/week @ 2025-02-21 3835/week @ 2025-02-28 4118/week @ 2025-03-07 3699/week @ 2025-03-14 3742/week @ 2025-03-21 3795/week @ 2025-03-28 3884/week @ 2025-04-04

15,717 downloads per month

MIT/Apache

350KB
4K SLoC

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.


analyzeme

This crate provides a library with common functionality for measureme tools

Dependencies

~1–6.5MB
~47K SLoC