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 Oct 9, 2024
1 parent bbd0154 commit 7ca0073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AlgorithmProfiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2><a class="toc-backref" href="#id2" role="doc-backlink">Mantid build</a><a cl
<section id="adding-more-detailed-information">
<h2><a class="toc-backref" href="#id3" role="doc-backlink">Adding more detailed information</a><a class="headerlink" href="#adding-more-detailed-information" title="Link to this heading"></a></h2>
<p>More detailed information can be added to individual function calls in C++ with the help of <code class="docutils literal notranslate"><span class="pre">std::chrono</span></code>.
At the top of the fuction create a “start time”</p>
At the top of the function create a “start time”</p>
<div class="highlight-c++ notranslate"><div class="highlight"><pre><span></span><span class="k">const</span><span class="w"> </span><span class="k">auto</span><span class="w"> </span><span class="n">startTime</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">chrono</span><span class="o">::</span><span class="n">high_resolution_clock</span><span class="o">::</span><span class="n">now</span><span class="p">();</span>
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 7ca0073

Please sign in to comment.