|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59271 - in sandbox/chrono/libs/chrono/doc: . html html/boost_chrono/appendices html/boost_chrono/reference html/boost_chrono/users_guide
From: vicente.botet_at_[hidden]
Date: 2010-01-26 12:27:44
Author: viboes
Date: 2010-01-26 12:27:43 EST (Tue, 26 Jan 2010)
New Revision: 59271
URL: http://svn.boost.org/trac/boost/changeset/59271
Log:
Boost.Chrono: Version 0.3.2,
* Change herz by Hz
Text files modified:
sandbox/chrono/libs/chrono/doc/chrono.qbk | 6 +++---
sandbox/chrono/libs/chrono/doc/html/boost_chrono/appendices/rationale.html | 2 +-
sandbox/chrono/libs/chrono/doc/html/boost_chrono/reference/stopwatch_formatters.html | 4 ++--
sandbox/chrono/libs/chrono/doc/html/boost_chrono/users_guide/tutorial.html | 2 +-
sandbox/chrono/libs/chrono/doc/html/index.html | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
Modified: sandbox/chrono/libs/chrono/doc/chrono.qbk
==============================================================================
--- sandbox/chrono/libs/chrono/doc/chrono.qbk (original)
+++ sandbox/chrono/libs/chrono/doc/chrono.qbk 2010-01-26 12:27:43 EST (Tue, 26 Jan 2010)
@@ -782,7 +782,7 @@
boost::chrono::stopclock_accumulator<>::scoped_run BOOST_JOIN(_boost_chrono_stopclock_accumulator_run_, __LINE__)(BOOST_JOIN(_boost_chrono_stopclock_accumulator_, __LINE__))
-With this macro you will just ave
+With this macro you will just have
void foo()
{
@@ -3445,7 +3445,7 @@
The default places is given by default_places and is 3.
-The default format is "%c times, sum=%ss, min=%ms, max=%Ms, mean=%as, frequency=%fherzs, lifetime=%ls, percentage=%p\%\\n", where
+The default format is "%c times, sum=%ss, min=%ms, max=%Ms, mean=%as, frequency=%fHz, lifetime=%ls, percentage=%p\%\\n", where
* `%c` : the counter of the number of times the pair srat/stop has been called.
* `%s` : the sum of the samples of elapsed time between the call to start/stop.
@@ -3456,7 +3456,7 @@
* `%l` : the lifetime of the stopwatch_accumulator.
* `%p` : the percentage of time spent by this stopwatch respect to its lifetime.
-The time is given using the suffix "s", the frequency is given using the suffix "herzs", both following the System International d'Unites Std.
+The time is given using the suffix "s", the frequency is given using the suffix "Hz", both following the System International d'Unites Std.
[endsect]
Modified: sandbox/chrono/libs/chrono/doc/html/boost_chrono/appendices/rationale.html
==============================================================================
--- sandbox/chrono/libs/chrono/doc/html/boost_chrono/appendices/rationale.html (original)
+++ sandbox/chrono/libs/chrono/doc/html/boost_chrono/appendices/rationale.html 2010-01-26 12:27:43 EST (Tue, 26 Jan 2010)
@@ -45,7 +45,7 @@
<pre class="programlisting"><span class="identifier">f</span><span class="special">(</span><span class="number">3</span><span class="special">);</span> <span class="comment">// Will not compile, 3 is not implicitly convertible to any `duration`
</span></pre>
<a name="boost_chrono.appendices.rationale.why_duration_needs_operator_"></a><h4>
-<a name="id4919027"></a>
+<a name="id4919026"></a>
<a href="rationale.html#boost_chrono.appendices.rationale.why_duration_needs_operator_">Why
duration needs operator%</a>
</h4>
Modified: sandbox/chrono/libs/chrono/doc/html/boost_chrono/reference/stopwatch_formatters.html
==============================================================================
--- sandbox/chrono/libs/chrono/doc/html/boost_chrono/reference/stopwatch_formatters.html (original)
+++ sandbox/chrono/libs/chrono/doc/html/boost_chrono/reference/stopwatch_formatters.html 2010-01-26 12:27:43 EST (Tue, 26 Jan 2010)
@@ -167,7 +167,7 @@
</p>
<p>
The default format is "%c times, sum<code class="literal">%ss, min</code>%ms,
- max<code class="literal">%Ms, mean</code>%as, frequency<code class="literal">%fherzs, lifetime</code>%ls,
+ max<code class="literal">%Ms, mean</code>%as, frequency<code class="literal">%fHz, lifetime</code>%ls,
percentage=%p%\n", where
</p>
<div class="itemizedlist"><ul type="disc">
@@ -206,7 +206,7 @@
</ul></div>
<p>
The time is given using the suffix "s", the frequency is given
- using the suffix "herzs", both following the System International
+ using the suffix "Hz", both following the System International
d'Unites Std.
</p>
</div>
Modified: sandbox/chrono/libs/chrono/doc/html/boost_chrono/users_guide/tutorial.html
==============================================================================
--- sandbox/chrono/libs/chrono/doc/html/boost_chrono/users_guide/tutorial.html (original)
+++ sandbox/chrono/libs/chrono/doc/html/boost_chrono/users_guide/tutorial.html 2010-01-26 12:27:43 EST (Tue, 26 Jan 2010)
@@ -255,7 +255,7 @@
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">stopclock_accumulator</span><span class="special"><>::</span><span class="identifier">scoped_run</span> <span class="identifier">BOOST_JOIN</span><span class="special">(</span><span class="identifier">_boost_chrono_stopclock_accumulator_run_</span><span class="special">,</span> <span class="identifier">__LINE__</span><span class="special">)(</span><span class="identifier">BOOST_JOIN</span><span class="special">(</span><span class="identifier">_boost_chrono_stopclock_accumulator_</span><span class="special">,</span> <span class="identifier">__LINE__</span><span class="special">))</span>
</pre>
<p>
- With this macro you will just ave
+ With this macro you will just have
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">foo</span><span class="special">()</span>
<span class="special">{</span>
Modified: sandbox/chrono/libs/chrono/doc/html/index.html
==============================================================================
--- sandbox/chrono/libs/chrono/doc/html/index.html (original)
+++ sandbox/chrono/libs/chrono/doc/html/index.html 2010-01-26 12:27:43 EST (Tue, 26 Jan 2010)
@@ -120,7 +120,7 @@
</table></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: January 25, 2010 at 22:48:08 GMT</small></p></td>
+<td align="left"><p><small>Last revised: January 26, 2010 at 17:22:27 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk