You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="sig-prename descclassname"><spanclass="pre">tiny_profiler.</span></span><spanclass="sig-name descname"><spanclass="pre">enabled</span></span><emclass="property"><spanclass="p"><spanclass="pre">:</span></span><spanclass="w"></span><spanclass="pre">bool</span></em><emclass="property"><spanclass="w"></span><spanclass="p"><spanclass="pre">=</span></span><spanclass="w"></span><spanclass="pre">true</span></em><aclass="headerlink" href="#tiny_profiler.enabled" title="Permalink to this definition"></a></dt>
1340
+
<dd><divclass="versionadded">
1341
+
<p><spanclass="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
+
<codeclass="code highlight cpp c++ docutils literal highlight-c++"><spanclass="n">CArena</span><spanclass="w"></span></code> memory profiling at run time.</p>
<spanclass="sig-prename descclassname"><spanclass="pre">tiny_profiler.</span></span><spanclass="sig-name descname"><spanclass="pre">memprof_enabled</span></span><emclass="property"><spanclass="p"><spanclass="pre">:</span></span><spanclass="w"></span><spanclass="pre">bool</span></em><emclass="property"><spanclass="w"></span><spanclass="p"><spanclass="pre">=</span></span><spanclass="w"></span><spanclass="pre">true</span></em><aclass="headerlink" href="#tiny_profiler.memprof_enabled" title="Permalink to this definition"></a></dt>
1350
+
<dd><divclass="versionadded">
1351
+
<p><spanclass="versionmodified added">New in version 24.09: </span>Runtime parameter <codeclass="docutils literal notranslate"><spanclass="pre">tiny_profiler.memprof_enabled</span></code>.</p>
1352
+
</div>
1353
+
<p>This parameter can be used to disable <codeclass="code highlight cpp c++ docutils literal highlight-c++"><spanclass="n">CArena</span><spanclass="w"></span></code> memory profiling at
1354
+
run time. If <codeclass="docutils literal notranslate"><spanclass="pre">tiny_profiler.enabled</span></code> is false, this parameter has no
<spanclass="sig-prename descclassname"><spanclass="pre">tiny_profiler.</span></span><spanclass="sig-name descname"><spanclass="pre">output_file</span></span><emclass="property"><spanclass="p"><spanclass="pre">:</span></span><spanclass="w"></span><spanclass="pre">string</span></em><emclass="property"><spanclass="w"></span><spanclass="p"><spanclass="pre">=</span></span><spanclass="w"></span><spanclass="pre">[empty]</span></em><aclass="headerlink" href="#tiny_profiler.output_file" title="Permalink to this definition"></a></dt>
1361
+
<dd><divclass="versionadded">
1362
+
<p><spanclass="versionmodified added">New in version 24.09: </span>Runtime parameter <codeclass="docutils literal notranslate"><spanclass="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 <codeclass="docutils literal notranslate"><spanclass="pre">/dev/null</span></code> is a special name that mean
0 commit comments