Skip to content

v0.7.0

Compare
Choose a tag to compare
@Phantomical Phantomical released this 25 Jul 07:29
· 33 commits to master since this release
a0419ff

[0.7.0] - 2023-07-24

Added

  • Add Sampler::read_user method to for reading counters from userspace. Only x86 and x86_64 are supported when reading counters.

Changed

  • (breaking) Sampler::next_record now takes &mut self instead of &self. This fixes UB that could arise due to having multiple Records from the same Sampler existing at the same time.

What's Changed

Full Changelog: v0.6.3...v0.7.0