Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7c27b7d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jul 7, 2024
1 parent ee8f48b commit 6bf3cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user-guide/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,15 @@ <h3><a class="anchor" aria-hidden="true" id="extend-the-configuration"></a><a hr
<tr><th style="text-align:left">Name</th><th style="text-align:left">Description</th></tr>
</thead>
<tbody>
<tr><td style="text-align:left"><code>generate-global-flamegraph</code></td><td style="text-align:left">Creates a global flamegraph of implicit searches for all compilation units. Use the <code>-P:scalac-profiling:sourceroot</code> option to manage the root directory, otherwise, a working directory (defined by the <code>user.dir</code> property) will be picked.</td></tr>
<tr><td style="text-align:left"><code>generate-global-flamegraph</code></td><td style="text-align:left">Creates a global flamegraph of implicit searches for all compilation units. Use the <code>-P:scalac-profiling:cross-target</code> option to manage the target directory for the resulting flamegraph file, otherwise, the SBT target directory will be picked.</td></tr>
<tr><td style="text-align:left"><code>generate-macro-flamegraph</code></td><td style="text-align:left">Generate a flamegraph for macro expansions. The flamegraph for implicit searches is enabled by default.</td></tr>
<tr><td style="text-align:left"><code>generate-profiledb</code></td><td style="text-align:left">Generate profiledb.</td></tr>
<tr><td style="text-align:left"><code>print-failed-implicit-macro-candidates</code></td><td style="text-align:left">Print trees of all failed implicit searches that triggered a macro expansion.</td></tr>
<tr><td style="text-align:left"><code>print-search-result</code></td><td style="text-align:left">Print the result retrieved by an implicit search. Example: <code>-P:scalac-profiling:print-search-result:$MACRO_ID</code>.</td></tr>
<tr><td style="text-align:left"><code>show-concrete-implicit-tparams</code></td><td style="text-align:left">Use more concrete type parameters in the implicit search flamegraph. Note that it may change the shape of the flamegraph.</td></tr>
<tr><td style="text-align:left"><code>show-profiles</code></td><td style="text-align:left">Show implicit searches and macro expansions by type and call-site.</td></tr>
<tr><td style="text-align:left"><code>sourceroot</code></td><td style="text-align:left">Tell the plugin what is the source directory of the project. Example: <code>-P:scalac-profiling:sourceroot:$PROJECT_BASE_DIR</code>.</td></tr>
<tr><td style="text-align:left"><code>cross-target</code></td><td style="text-align:left">Tell the plugin what is the cross target directory of the project. Example: <code>-P:scalac-profiling:cross-target:$PROJECT_TARGET</code>.</td></tr>
</tbody>
</table>
</span></div></article></div><div class="docs-prevnext"><a class="docs-prev button" href="/scalac-profiling/docs/user-guide/motivation.html"><span class="arrow-prev"></span><span>What is scalac-profiling?</span></a><a class="docs-next button" href="/scalac-profiling/docs/user-guide/usage.html"><span>Usage</span><span class="arrow-next"></span></a></div></div></div><nav class="onPageNav"></nav></div><footer class="nav-footer" id="footer" style="background-color:#005028"><section class="sitemap"><a href="/scalac-profiling/" class="nav-home"><img src="/scalac-profiling/img/scalac-profiling-logo.png" alt="scalac-profiling" width="52" height="52"/></a><div><h5>Docs</h5><a href="
Expand Down

0 comments on commit 6bf3cde

Please sign in to comment.