1 stable release

12.0.0 May 31, 2024

#1205 in Parser implementations

Download history 140/week @ 2024-05-26 297/week @ 2024-06-02 2150/week @ 2024-06-09 1892/week @ 2024-06-16

4,479 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.3–7.5MB
~52K SLoC