Skip to content

Commit

Permalink
Automatic update of developer site
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-builder committed Dec 13, 2024
1 parent 5772fd4 commit dec630f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AlgorithmProfiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h2><a class="toc-backref" href="#id3" role="doc-backlink">Adding more detailed
<h2><a class="toc-backref" href="#id4" role="doc-backlink">Analysing tool</a><a class="headerlink" href="#analysing-tool" title="Link to this heading"></a></h2>
<p>The <a class="reference external" href="https://github.com/mantidproject/mantid-profiler">mantid-profiler project</a> provides the nice graphical tool to interpret the information contained in the dumped file.
The project has more detiled instructions, but in general</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>path/to/myscript.py<span class="w"> </span><span class="p">&amp;</span><span class="w"> </span>python<span class="w"> </span>path/to/mantid-profiler/mantid-profiler.py<span class="w"> </span><span class="nv">$!</span>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>path/to/myscript.py<span class="w"> </span><span class="p">&amp;</span><span class="w"> </span>mantidprofiler<span class="w"> </span><span class="nv">$!</span>
</pre></div>
</div>
<p>The <code class="docutils literal notranslate"><span class="pre">&amp;</span></code> puts the python process in the background.
Expand All @@ -159,7 +159,7 @@ <h2><a class="toc-backref" href="#id4" role="doc-backlink">Analysing tool</a><a
<h2><a class="toc-backref" href="#id5" role="doc-backlink">Related Documentation</a><a class="headerlink" href="#related-documentation" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p><a class="reference external" href="https://docs.mantidproject.org/api/python/mantid/api/AlgoTimeRegister.html">mantid.api.AlgoTimeRegister</a> discusses how timing is measured.</p></li>
<li><p><a class="reference external" href="https://developer.mantidproject.org/AlgorithmProfiler.html">The mantid-profiler README</a> provides an overview of how to tool is used.</p></li>
<li><p><a class="reference external" href="https://github.com/mantidproject/mantid-profiler">The mantid-profiler README</a> provides an overview of how to tool is used.</p></li>
<li><p><a class="reference external" href="https://docs.mantidproject.org/concepts/PropertiesFile.html#algorithm-profiling-settings">Relevant properties file configurations</a>.</p></li>
</ul>
</section>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit dec630f

Please sign in to comment.