This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f3d2a4bd4d Publish built docs triggered by 
39c59833cab202c8e615180b89bf83bffa5698ec
f3d2a4bd4d is described below

commit f3d2a4bd4ddbf033caf402821c181688eb7710b0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 6 10:12:19 2025 +0000

    Publish built docs triggered by 39c59833cab202c8e615180b89bf83bffa5698ec
---
 _sources/library-user-guide/profiling.md.txt | 2 +-
 library-user-guide/profiling.html            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_sources/library-user-guide/profiling.md.txt 
b/_sources/library-user-guide/profiling.md.txt
index 61e848a2b7..a2ea6723e5 100644
--- a/_sources/library-user-guide/profiling.md.txt
+++ b/_sources/library-user-guide/profiling.md.txt
@@ -48,7 +48,7 @@ Ensure that you're in the directory containing the necessary 
data files for your
 
 ### Step 3: Running the Flamegraph Tool
 
-To generate a flamegraph, you'll need to use the -- separator to pass 
arguments to the binary you're profiling. For datafusion-cli, you need to make 
sure to run the command with sudo permissions (especially on macOS, where 
DTrace requires elevated privileges).
+To generate a flamegraph, you'll need to use the `--` separator to pass 
arguments to the binary you're profiling. For datafusion-cli, you need to make 
sure to run the command with sudo permissions (especially on macOS, where 
DTrace requires elevated privileges).
 
 Here is a general example:
 
diff --git a/library-user-guide/profiling.html 
b/library-user-guide/profiling.html
index 71d47ed06b..051b1e0b31 100644
--- a/library-user-guide/profiling.html
+++ b/library-user-guide/profiling.html
@@ -683,7 +683,7 @@ in images such as this:</p>
 </section>
 <section id="step-3-running-the-flamegraph-tool">
 <h3>Step 3: Running the Flamegraph Tool<a class="headerlink" 
href="#step-3-running-the-flamegraph-tool" title="Link to this 
heading">¶</a></h3>
-<p>To generate a flamegraph, you’ll need to use the – separator to pass 
arguments to the binary you’re profiling. For datafusion-cli, you need to make 
sure to run the command with sudo permissions (especially on macOS, where 
DTrace requires elevated privileges).</p>
+<p>To generate a flamegraph, you’ll need to use the <code class="docutils 
literal notranslate"><span class="pre">--</span></code> separator to pass 
arguments to the binary you’re profiling. For datafusion-cli, you need to make 
sure to run the command with sudo permissions (especially on macOS, where 
DTrace requires elevated privileges).</p>
 <p>Here is a general example:</p>
 <div class="highlight-shell notranslate"><div 
class="highlight"><pre><span></span>sudo<span class="w"> </span>flamegraph<span 
class="w"> </span>--<span class="w"> </span>datafusion-cli<span class="w"> 
</span>-f<span class="w"> </span>&lt;path_to_sql_file/sql_file.sql&gt;
 </pre></div>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to