File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 77module Memory
88 # @namespace
99 module Profiler
10- VERSION = "1.6.0 "
10+ VERSION = "1.6.1 "
1111 end
1212end
1313
Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ Please see the [project documentation](https://socketry.github.io/memory-profile
2222
2323Please see the [ project releases] ( https://socketry.github.io/memory-profiler/releases/index ) for all releases.
2424
25+ ### v1.6.1
26+
27+ - Add ` track_all ` option to ` Sampler ` .
28+
29+ ### v1.6.0
30+
31+ - Add ` Capture#track_all ` which defaults to false.
32+
2533### v1.5.1
2634
2735 - Improve performance of object table.
@@ -71,14 +79,6 @@ Please see the [project releases](https://socketry.github.io/memory-profiler/rel
7179 - Fix sampler loop interval handling.
7280 - Log capture statistics from sampler run loop.
7381
74- ### v1.1.12
75-
76- - Use ` rb_obj_id ` for tracking object states to avoid compaction issues.
77-
78- ### v1.1.11
79-
80- - Double buffer shared events queues to fix queue corruption.
81-
8282## Contributing
8383
8484We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v1.6.1
44
55 - Add ` track_all ` option to ` Sampler ` .
66
You can’t perform that action at this time.
0 commit comments