4 stable releases

12.0.3 Jul 9, 2025
12.0.2 Jul 8, 2025
12.0.1 Feb 14, 2025
12.0.0 May 31, 2024

#160 in Profiling

Download history 6411/week @ 2025-07-23 6302/week @ 2025-07-30 6832/week @ 2025-08-06 6377/week @ 2025-08-13 6836/week @ 2025-08-20 5917/week @ 2025-08-27 5787/week @ 2025-09-03 5214/week @ 2025-09-10 5547/week @ 2025-09-17 5582/week @ 2025-09-24 5851/week @ 2025-10-01 5575/week @ 2025-10-08 6155/week @ 2025-10-15 6167/week @ 2025-10-22 5905/week @ 2025-10-29 5308/week @ 2025-11-05

24,419 downloads per month

MIT/Apache

355KB
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–2.3MB
~48K SLoC