Skip to content

Commit 22bcda2

Browse files
committed
Deploying to main from @ AMReX-Codes/amrex@dea2432 🚀
1 parent c21c266 commit 22bcda2

File tree

350 files changed

+19758
-19360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

350 files changed

+19758
-19360
lines changed

amrex/docs_html/RuntimeParameters.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,39 @@ <h2>Tiny Profiler<a class="headerlink" href="#tiny-profiler" title="Permalink to
13341334
performance.</p>
13351335
</dd></dl>
13361336

1337+
<dl class="py data">
1338+
<dt class="sig sig-object py" id="tiny_profiler.enabled">
1339+
<span class="sig-prename descclassname"><span class="pre">tiny_profiler.</span></span><span class="sig-name descname"><span class="pre">enabled</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="pre">bool</span></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">true</span></em><a class="headerlink" href="#tiny_profiler.enabled" title="Permalink to this definition"></a></dt>
1340+
<dd><div class="versionadded">
1341+
<p><span class="versionmodified added">New in version 24.09: </span>Runtime parameter <cite>tiny_profiler.enabled`</cite>.</p>
1342+
</div>
1343+
<p>This parameter can be used to disable tiny profiling including
1344+
<code class="code highlight cpp c++ docutils literal highlight-c++"><span class="n">CArena</span><span class="w"></span></code> memory profiling at run time.</p>
1345+
</dd></dl>
1346+
1347+
<dl class="py data">
1348+
<dt class="sig sig-object py" id="tiny_profiler.memprof_enabled">
1349+
<span class="sig-prename descclassname"><span class="pre">tiny_profiler.</span></span><span class="sig-name descname"><span class="pre">memprof_enabled</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="pre">bool</span></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">true</span></em><a class="headerlink" href="#tiny_profiler.memprof_enabled" title="Permalink to this definition"></a></dt>
1350+
<dd><div class="versionadded">
1351+
<p><span class="versionmodified added">New in version 24.09: </span>Runtime parameter <code class="docutils literal notranslate"><span class="pre">tiny_profiler.memprof_enabled</span></code>.</p>
1352+
</div>
1353+
<p>This parameter can be used to disable <code class="code highlight cpp c++ docutils literal highlight-c++"><span class="n">CArena</span><span class="w"></span></code> memory profiling at
1354+
run time. If <code class="docutils literal notranslate"><span class="pre">tiny_profiler.enabled</span></code> is false, this parameter has no
1355+
effects.</p>
1356+
</dd></dl>
1357+
1358+
<dl class="py data">
1359+
<dt class="sig sig-object py" id="tiny_profiler.output_file">
1360+
<span class="sig-prename descclassname"><span class="pre">tiny_profiler.</span></span><span class="sig-name descname"><span class="pre">output_file</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="pre">string</span></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">[empty]</span></em><a class="headerlink" href="#tiny_profiler.output_file" title="Permalink to this definition"></a></dt>
1361+
<dd><div class="versionadded">
1362+
<p><span class="versionmodified added">New in version 24.09: </span>Runtime parameter <code class="docutils literal notranslate"><span class="pre">tiny_profiler.output_file</span></code>.</p>
1363+
</div>
1364+
<p>If this parameter is empty, the output of tiny profiling is dumped on the
1365+
default out stream of AMReX. If it’s not empty, it specifies the file
1366+
name for the output. Note that <code class="docutils literal notranslate"><span class="pre">/dev/null</span></code> is a special name that mean
1367+
a null file.</p>
1368+
</dd></dl>
1369+
13371370
</section>
13381371
</section>
13391372

Binary file not shown.

amrex/docs_html/_sources/RuntimeParameters.rst.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,3 +1204,35 @@ enabled.
12041204
which are unnecessary for correctness, could potentially degrade the
12051205
performance.
12061206

1207+
.. py:data:: tiny_profiler.enabled
1208+
:type: bool
1209+
:value: true
1210+
1211+
.. versionadded:: 24.09
1212+
Runtime parameter `tiny_profiler.enabled``.
1213+
1214+
This parameter can be used to disable tiny profiling including
1215+
:cpp:`CArena` memory profiling at run time.
1216+
1217+
.. py:data:: tiny_profiler.memprof_enabled
1218+
:type: bool
1219+
:value: true
1220+
1221+
.. versionadded:: 24.09
1222+
Runtime parameter ``tiny_profiler.memprof_enabled``.
1223+
1224+
This parameter can be used to disable :cpp:`CArena` memory profiling at
1225+
run time. If ``tiny_profiler.enabled`` is false, this parameter has no
1226+
effects.
1227+
1228+
.. py:data:: tiny_profiler.output_file
1229+
:type: string
1230+
:value: [empty]
1231+
1232+
.. versionadded:: 24.09
1233+
Runtime parameter ``tiny_profiler.output_file``.
1234+
1235+
If this parameter is empty, the output of tiny profiling is dumped on the
1236+
default out stream of AMReX. If it's not empty, it specifies the file
1237+
name for the output. Note that ``/dev/null`` is a special name that mean
1238+
a null file.

amrex/docs_html/doxygen/AMReX__TinyProfiler_8H_source.html

Lines changed: 55 additions & 48 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)