File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ Julia Evans] ( https://jvns.ca ) started the project and led its development until 2021.
66[ Adam Jensen] ( https://acj.sh ) is the primary maintainer. For a full list of contributors,
7- see the [ CONTRIBUTORS file] ( https://github.com/rbspy/rbspy/blob/master /CONTRIBUTORS.md ) .
7+ see the [ CONTRIBUTORS file] ( https://github.com/rbspy/rbspy/blob/main /CONTRIBUTORS.md ) .
88
99## Who funds rbspy?
1010
@@ -25,8 +25,7 @@ The things to be aware of are:
2525
2626* By default, ` rbspy ` 0.6 and newer pauses the ruby process when it's collecting samples. This can
2727 affect performance, especially if you're using a high sampling rate. You can disable the pausing
28- with the ` --nonblocking ` , but be aware that this can lead to incorrect samples.
29- flag.
28+ with the ` --nonblocking ` flag, but be aware that this can lead to incorrect samples.
3029* ` rbspy ` does use some CPU. If you use ` rbspy record --subprocesses ` , it can use a substantial
3130 amount of CPU (because it'll start a separate thread for every process it's recording)
3231* disk usage: ` rbspy record ` will save a data file to disk with compressed stack traces, and if you
You can’t perform that action at this time.
0 commit comments