1 stable release

12.0.0 May 31, 2024

#175 in Profiling

Download history 2271/week @ 2024-08-11 2315/week @ 2024-08-18 2272/week @ 2024-08-25 2214/week @ 2024-09-01 2006/week @ 2024-09-08 1921/week @ 2024-09-15 2136/week @ 2024-09-22 1746/week @ 2024-09-29 2069/week @ 2024-10-06 2110/week @ 2024-10-13 1837/week @ 2024-10-20 2008/week @ 2024-10-27 1881/week @ 2024-11-03 1963/week @ 2024-11-10 1868/week @ 2024-11-17 2058/week @ 2024-11-24

8,131 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.1–6.5MB
~48K SLoC