1 stable release

12.0.0 May 31, 2024

#182 in Profiling

Download history 2249/week @ 2024-07-27 2300/week @ 2024-08-03 2295/week @ 2024-08-10 2238/week @ 2024-08-17 2302/week @ 2024-08-24 2220/week @ 2024-08-31 2026/week @ 2024-09-07 1915/week @ 2024-09-14 2168/week @ 2024-09-21 1731/week @ 2024-09-28 2046/week @ 2024-10-05 2172/week @ 2024-10-12 1845/week @ 2024-10-19 1909/week @ 2024-10-26 1981/week @ 2024-11-02 1734/week @ 2024-11-09

7,754 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