Releases: jhawthorn/vernier
Releases Β· jhawthorn/vernier
v1.5.0
https://rubygems.org/gems/vernier/versions/1.5.0
This is the most significant release in a while. The timer thread should be lighter weight (hopefully without sacrificing too much accuracy), we now record fiber activity, and memory is measured over time when run with hooks: [:memory_usage]
.
Please report any issues you run into πββοΈ
What's Changed
- Add a memory usage profiler (w/ C background thread) by @jhawthorn in #80
- Change default output to current directory by @jhawthorn in #111
- Add Fiber Running / Fiber Switch events to the marker chart by @tenderlove in #107
- Use PeriodicThread for sampling by @jhawthorn in #113
- Add file listing output to
vernier view
by @jhawthorn and @ywenc in #112
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Improve handling of non-ascii method names by @jhawthorn in #110
New Contributors
- @viralpraxis made their first contribution in #109
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
What's Changed
- Rename
allocation_sample_rate
toallocation_interval
by @joshuay03 in #97 - Fix crash caused by GC compaction by @casperisfine and @joshuay03 in #101
Full Changelog: v1.2.1...v1.3.0