2 stable releases

12.0.0 May 31, 2024
10.1.3 May 30, 2024

#521 in Parser implementations

Download history 283/week @ 2024-05-26 515/week @ 2024-06-02 4173/week @ 2024-06-09 3785/week @ 2024-06-16

8,756 downloads per month
Used in analyzeme

MIT/Apache

135KB
2.5K SLoC

decodeme

decodeme holds the decoding definitions of the profiling event data from measureme.

This makes it easy in the future to keep supporting old file formats by making analyzeme depend on multiple versions of decodeme and always have it convert data to the current format.

As an example, this is what the crate graph would look like for analyzeme@17.0.0 if we want it to support a couple of older file formats.

measureme_15_0_0 <--- decodeme_15_0_0 <----+
                                           |
measureme_16_0_0 <--- decodeme_16_0_0 <----+
                                           |
measureme_17_0_0 <--- decodeme_17_0_0 <----+---- analyzeme_17_0_0

See analyzeme/src/file_formats/v7.rs for an example of what it looks like to implement support for an old file format.

Dependencies

~1.2–7.5MB
~51K SLoC