Releases: jhawthorn/vernier
Releases Β· jhawthorn/vernier
v1.7.1
What's Changed
- Avoid
JSON.fast_generate
by @casperisfine in #148 - Require
cgi/esacpe
instead ofcgi/util
by @Earlopain in #150 - Document hooks by @joshuay03 in #151
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Rename FrameInfo -> FuncInfo by @joshuay03 in #143
- Store metadata from vernier run in profile by @dalehamel in #140
- Add metadata option to collector by @joshuay03 in #145
New Contributors
- @dalehamel made their first contribution in #140
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Frame labels can be
nil
so we should handle that case by @tenderlove in #134 - Ensure Firefox frame table subcategory fields are always included by @joshuay03 in #129
- Option to display file output in html view by @ywenc in #125
- Separate parsing samples_by_file from output by @ywenc in #123
Full Changelog: v1.5.0...v1.6.0
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