Skip to content

Commit

Permalink
deploy: ba328ea
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Apr 5, 2024
1 parent dad2c42 commit 5b0f813
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h1 id="frequently-asked-questions"><a class="header" href="#frequently-asked-qu
<h2 id="who-makes-rbspy"><a class="header" href="#who-makes-rbspy">Who makes rbspy?</a></h2>
<p><a href="https://jvns.ca">Julia Evans</a> started the project and led its development until 2021.
<a href="https://acj.sh">Adam Jensen</a> is the primary maintainer. For a full list of contributors,
see the <a href="https://github.com/rbspy/rbspy/blob/master/CONTRIBUTORS.md">CONTRIBUTORS file</a>.</p>
see the <a href="https://github.com/rbspy/rbspy/blob/main/CONTRIBUTORS.md">CONTRIBUTORS file</a>.</p>
<h2 id="who-funds-rbspy"><a class="header" href="#who-funds-rbspy">Who funds rbspy?</a></h2>
<p>Initial rbspy development was funded by <a href="https://segment.com/blog/segment-open-fellowship-2017/">the Segment Open Fellowship</a> -- they paid for 3 months of
development on the project, to take it from a sketchy prototype to an actual working profiler that
Expand All @@ -156,8 +156,7 @@ <h2 id="can-i-use-rbspy-in-production"><a class="header" href="#can-i-use-rbspy-
<ul>
<li>By default, <code>rbspy</code> 0.6 and newer pauses the ruby process when it's collecting samples. This can
affect performance, especially if you're using a high sampling rate. You can disable the pausing
with the <code>--nonblocking</code>, but be aware that this can lead to incorrect samples.
flag.</li>
with the <code>--nonblocking</code> flag, but be aware that this can lead to incorrect samples.</li>
<li><code>rbspy</code> does use some CPU. If you use <code>rbspy record --subprocesses</code>, it can use a substantial
amount of CPU (because it'll start a separate thread for every process it's recording)</li>
<li>disk usage: <code>rbspy record</code> will save a data file to disk with compressed stack traces, and if you
Expand Down
5 changes: 2 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ <h2 id="when-dont-flamegraphs-work-well-recursion"><a class="header" href="#when
<h2 id="who-makes-rbspy"><a class="header" href="#who-makes-rbspy">Who makes rbspy?</a></h2>
<p><a href="https://jvns.ca">Julia Evans</a> started the project and led its development until 2021.
<a href="https://acj.sh">Adam Jensen</a> is the primary maintainer. For a full list of contributors,
see the <a href="https://github.com/rbspy/rbspy/blob/master/CONTRIBUTORS.md">CONTRIBUTORS file</a>.</p>
see the <a href="https://github.com/rbspy/rbspy/blob/main/CONTRIBUTORS.md">CONTRIBUTORS file</a>.</p>
<h2 id="who-funds-rbspy"><a class="header" href="#who-funds-rbspy">Who funds rbspy?</a></h2>
<p>Initial rbspy development was funded by <a href="https://segment.com/blog/segment-open-fellowship-2017/">the Segment Open Fellowship</a> -- they paid for 3 months of
development on the project, to take it from a sketchy prototype to an actual working profiler that
Expand All @@ -653,8 +653,7 @@ <h2 id="can-i-use-rbspy-in-production"><a class="header" href="#can-i-use-rbspy-
<ul>
<li>By default, <code>rbspy</code> 0.6 and newer pauses the ruby process when it's collecting samples. This can
affect performance, especially if you're using a high sampling rate. You can disable the pausing
with the <code>--nonblocking</code>, but be aware that this can lead to incorrect samples.
flag.</li>
with the <code>--nonblocking</code> flag, but be aware that this can lead to incorrect samples.</li>
<li><code>rbspy</code> does use some CPU. If you use <code>rbspy record --subprocesses</code>, it can use a substantial
amount of CPU (because it'll start a separate thread for every process it's recording)</li>
<li>disk usage: <code>rbspy record</code> will save a data file to disk with compressed stack traces, and if you
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 5b0f813

Please sign in to comment.