Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68678 - in sandbox/chrono/libs/stopwatches/doc: . html html/boost_stopwatches html/boost_stopwatches/appendices html/boost_stopwatches/overview html/boost_stopwatches/reference html/boost_stopwatches/users_guide
From: vicente.botet_at_[hidden]
Date: 2011-02-06 15:54:18


Author: viboes
Date: 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
New Revision: 68678
URL: http://svn.boost.org/trac/boost/changeset/68678

Log:
Stopwatches: Adaptation to new Boost.Chrono inteface.
Binary files modified:
   sandbox/chrono/libs/stopwatches/doc/stopwatches.pdf
Text files modified:
   sandbox/chrono/libs/stopwatches/doc/Jamfile.v2 | 15
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices.html | 42 +-
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/acknowledgements.html | 30 -
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/faq.html | 52 +--
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/history.html | 39 +
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/implementation.html | 21
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/perf.html | 35 +-
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/rationale.html | 52 +--
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/tests.html | 23
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/tickets.html | 18
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/todo.html | 34 +-
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview.html | 40 +-
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview/description.html | 93 +++---
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview/motivation.html | 59 +--
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference.html | 104 +++---
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/formatters.html | 332 ++++++++++--------------
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/other_clocks.html | 165 +++++------
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/reporters.html | 383 ++++++++++++----------------
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/stopwatches.html | 536 +++++++++++++++++----------------------
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/stopwatches_hpp.html | 44 --
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide.html | 25
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/examples.html | 42 +-
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/getting_started.html | 177 ++++++------
   sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/tutorial.html | 169 ++++--------
   sandbox/chrono/libs/stopwatches/doc/html/index.html | 55 ++--
   sandbox/chrono/libs/stopwatches/doc/html/standalone_HTML.manifest | 1
   sandbox/chrono/libs/stopwatches/doc/stopwatches.qbk | 168 ++++++-----
   27 files changed, 1255 insertions(+), 1499 deletions(-)

Modified: sandbox/chrono/libs/stopwatches/doc/Jamfile.v2
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/Jamfile.v2 (original)
+++ sandbox/chrono/libs/stopwatches/doc/Jamfile.v2 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -47,15 +47,15 @@
         # Path for libraries index:
         <xsl:param>boost.libraries=../../../../libs/libraries.htm
         # Use the main Boost stylesheet:
- <xsl:param>html.stylesheet=../../../../doc/html/boostbook.css
+ <xsl:param>html.stylesheet=../../../../doc/src/boostbook.css
 
         # PDF Options:
         # TOC Generation: this is needed for FOP-0.9 and later:
- #<xsl:param>fop1.extensions=1
+ <format>pdf:<xsl:param>fop1.extensions=0
         # Or enable this if you're using XEP:
- <xsl:param>xep.extensions=1
+ <format>pdf:<xsl:param>xep.extensions=1
         # TOC generation: this is needed for FOP 0.2, but must not be set to zero for FOP-0.9!
- <xsl:param>fop.extensions=0
+ <format>pdf:<xsl:param>fop.extensions=0
         # No indent on body text:
         <xsl:param>body.start.indent=0pt
         # Margin size:
@@ -68,5 +68,10 @@
         # default pnd graphics are awful in PDF form,
         # better use SVG's instead:
         <format>pdf:<xsl:param>admon.graphics.extension=".svg"
- <format>pdf:<xsl:param>admon.graphics.path=$(boost-images)/
+ <format>pdf:<xsl:param>admon.graphics.path=$(boost-images)
+ <format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/libs/stopwatches/doc/html
    ;
+
+
+install pdf-install : standalone : <location>. <install-type>PDF ;
+

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -2,12 +2,12 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Appendices</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="prev" href="reference/formatters.html" title=" Stopwatch Formatters">
-<link rel="next" href="appendices/history.html" title=" Appendix A: History">
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="prev" href="reference/formatters.html" title="Stopwatch Formatters">
+<link rel="next" href="appendices/history.html" title="Appendix A: History">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -22,31 +22,33 @@
 <div class="spirit-nav">
 <a accesskey="p" href="reference/formatters.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="appendices/history.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="boost_stopwatches.appendices"></a>Appendices
+<a name="boost_stopwatches.appendices"></a><a class="link" href="appendices.html" title="Appendices">Appendices</a>
 </h2></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"> Appendix A: History</span></dt>
-<dd><dl><dt><span class="section">Version 0.1.0, September 7, 2010 </span></dt></dl></dd>
-<dt><span class="section"><a href="appendices/rationale.html"> Appendix B:
- Rationale</a></span></dt>
-<dt><span class="section"><a href="appendices/implementation.html"> Appendix
+<dt><span class="section">Appendix A: History</span></dt>
+<dd><dl>
+<dt><span class="section">Version 0.2.0, Feb 6, 2011 </span></dt>
+<dt><span class="section">Version 0.1.0, September 10, 2010 </span></dt>
+</dl></dd>
+<dt><span class="section">Appendix B: Rationale</span></dt>
+<dt><span class="section"><a href="appendices/implementation.html">Appendix
       C: Implementation Notes</a></span></dt>
-<dt><span class="section"> Appendix D: FAQ</span></dt>
-<dt><span class="section"><a href="appendices/acknowledgements.html"> Appendix
+<dt><span class="section">Appendix D: FAQ</span></dt>
+<dt><span class="section"><a href="appendices/acknowledgements.html">Appendix
       E: Acknowledgements</a></span></dt>
-<dt><span class="section"> Appendix F: Tests</span></dt>
+<dt><span class="section">Appendix F: Tests</span></dt>
 <dd><dl><dt><span class="section">stopwatch</span></dt></dl></dd>
-<dt><span class="section"> Appendix G: Tickets</span></dt>
-<dt><span class="section"> Appendix H: Performances</span></dt>
-<dt><span class="section"><a href="appendices/todo.html"> Appendix I: Future
+<dt><span class="section">Appendix G: Tickets</span></dt>
+<dt><span class="section">Appendix H: Performances</span></dt>
+<dt><span class="section"><a href="appendices/todo.html">Appendix I: Future
       plans</a></span></dt>
 </dl></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/acknowledgements.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/acknowledgements.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/acknowledgements.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,14 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Appendix
- E: Acknowledgements</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
+<title>Appendix E: Acknowledgements</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="up" href="../appendices.html" title="Appendices">
-<link rel="prev" href="faq.html" title=" Appendix D: FAQ">
-<link rel="next" href="tests.html" title=" Appendix F: Tests">
+<link rel="prev" href="faq.html" title="Appendix D: FAQ">
+<link rel="next" href="tests.html" title="Appendix F: Tests">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -23,29 +22,24 @@
 <div class="spirit-nav">
 <a accesskey="p" href="faq.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../appendices.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tests.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.appendices.acknowledgements"></a><a href="acknowledgements.html" title=" Appendix
- E: Acknowledgements"> Appendix
+<a name="boost_stopwatches.appendices.acknowledgements"></a><a class="link" href="acknowledgements.html" title="Appendix E: Acknowledgements">Appendix
       E: Acknowledgements</a>
 </h3></div></div></div>
 <p>
         The library's started from the Beman Dawes <code class="computeroutput"><span class="identifier">timer</span><span class="special">&lt;&gt;</span></code>, <code class="computeroutput"><span class="identifier">process_clock</span></code>,
         <code class="computeroutput"><span class="identifier">process_timer</span></code>, <code class="computeroutput"><span class="identifier">run_timer</span></code> classes which are now deprecated
- and replaced by the <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a>, <code class="computeroutput"><span class="identifier">process_cpu_clock</span></code>
+ and replaced by the <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a>, <code class="computeroutput"><span class="identifier">process_cpu_clock</span></code>
         and <code class="computeroutput"><span class="identifier">stopclock</span></code> classes.
       </p>
 <p>
- Thanks to Adrew Chinoff for its multiple suggestion on <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a>, and helping
+ Thanks to Adrew Chinoff for its multiple suggestion on <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a>, and helping
         me to polish the documentation.
       </p>
 <p>
         Thanks to Tom Tan for reporting some compiler issues with MSVC V10 beta and
- MinGW-gcc-4.4.0 and for the many suggestion he did concerning the <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a>, __lightweight<span class="underline">stopwatch</span>_, and <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a> classes and a deep help
+ MinGW-gcc-4.4.0 and for the many suggestion he did concerning the <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a>, <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch" title="Template Class lightweight_stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">lightweight_stopwatch</span></code></a>, and <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a> classes and a deep help
         with wide characters implementation.
       </p>
 <p>
@@ -55,7 +49,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/faq.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/faq.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/faq.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,15 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Appendix D: FAQ</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
+<title>Appendix D: FAQ</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="up" href="../appendices.html" title="Appendices">
-<link rel="prev" href="implementation.html" title=" Appendix
- C: Implementation Notes">
-<link rel="next" href="acknowledgements.html" title=" Appendix
- E: Acknowledgements">
+<link rel="prev" href="implementation.html" title="Appendix C: Implementation Notes">
+<link rel="next" href="acknowledgements.html" title="Appendix E: Acknowledgements">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -24,49 +22,49 @@
 <div class="spirit-nav">
 <a accesskey="p" href="implementation.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../appendices.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgements.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.appendices.faq"></a> Appendix D: FAQ
+<a name="boost_stopwatches.appendices.faq"></a><a class="link" href="faq.html" title="Appendix D: FAQ">Appendix D: FAQ</a>
 </h3></div></div></div>
-<a name="boost_stopwatches.appendices.faq.why_does_stopwatch_reporter_only_display_millisecond_place_precision_when_the_underlying_clock_has_nanosecond_precision_"></a><h4>
-<a name="id5047742"></a>
- <a href="faq.html#boost_stopwatches.appendices.faq.why_does_stopwatch_reporter_only_display_millisecond_place_precision_when_the_underlying_clock_has_nanosecond_precision_">Why
+<a name="boost_stopwatches.appendices.faq.why_does_stopwatch_reporter_only_display_millisecond_place_precision_when_the_underlying_clock_has_nanosecond_precision_"></a><h5>
+<a name="id3447553"></a>
+ <a class="link" href="faq.html#boost_stopwatches.appendices.faq.why_does_stopwatch_reporter_only_display_millisecond_place_precision_when_the_underlying_clock_has_nanosecond_precision_">Why
         does stopwatch_reporter only display millisecond place precision when the
         underlying Clock has nanosecond precision?</a>
- </h4>
+ </h5>
 <p>
         To avoid giving the impression of precision where none exists. See Caveat
         emptor. You can always specify additional decimal places if you want to live
         dangerously.
       </p>
-<a name="boost_stopwatches.appendices.faq.why_does_stopwatch_reporter_sometimes_report_more_cpu_seconds_than_real_seconds_"></a><h4>
-<a name="id5047781"></a>
- <a href="faq.html#boost_stopwatches.appendices.faq.why_does_stopwatch_reporter_sometimes_report_more_cpu_seconds_than_real_seconds_">Why
+<a name="boost_stopwatches.appendices.faq.why_does_stopwatch_reporter_sometimes_report_more_cpu_seconds_than_real_seconds_"></a><h5>
+<a name="id3447592"></a>
+ <a class="link" href="faq.html#boost_stopwatches.appendices.faq.why_does_stopwatch_reporter_sometimes_report_more_cpu_seconds_than_real_seconds_">Why
         does stopwatch_reporter sometimes report more cpu seconds than real seconds?</a>
- </h4>
+ </h5>
 <p>
         Ask your operating system supplier. The results have been inspected with
         a debugger, and both for Windows and Linux, that's what the OS appears to
         be reporting at times.
       </p>
-<a name="boost_stopwatches.appendices.faq.can_i_obtain_statistics_of_the_time_elapsed_between_calls_to_a_function_"></a><h4>
-<a name="id5047814"></a>
- <a href="faq.html#boost_stopwatches.appendices.faq.can_i_obtain_statistics_of_the_time_elapsed_between_calls_to_a_function_">Can
+<a name="boost_stopwatches.appendices.faq.can_i_obtain_statistics_of_the_time_elapsed_between_calls_to_a_function_"></a><h5>
+<a name="id3447625"></a>
+ <a class="link" href="faq.html#boost_stopwatches.appendices.faq.can_i_obtain_statistics_of_the_time_elapsed_between_calls_to_a_function_">Can
         I obtain statistics of the time elapsed between calls to a function?</a>
- </h4>
+ </h5>
 <p>
         The library does not provides this feature.
       </p>
-<a name="boost_stopwatches.appendices.faq.what_happens_if_i_press_ctrl_c_and_program_terminates__what_log_would_boost_stopwatches_output_"></a><h4>
-<a name="id5047842"></a>
- <a href="faq.html#boost_stopwatches.appendices.faq.what_happens_if_i_press_ctrl_c_and_program_terminates__what_log_would_boost_stopwatches_output_">What
+<a name="boost_stopwatches.appendices.faq.what_happens_if_i_press_ctrl_c_and_program_terminates__what_log_would_boost_stopwatches_output_"></a><h5>
+<a name="id3447653"></a>
+ <a class="link" href="faq.html#boost_stopwatches.appendices.faq.what_happens_if_i_press_ctrl_c_and_program_terminates__what_log_would_boost_stopwatches_output_">What
         happens if I press Ctrl+C and program terminates? What log would Boost.Stopwatches
         output?</a>
- </h4>
+ </h5>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/history.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/history.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/history.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,14 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Appendix A: History</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
+<title>Appendix A: History</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="up" href="../appendices.html" title="Appendices">
 <link rel="prev" href="../appendices.html" title="Appendices">
-<link rel="next" href="rationale.html" title=" Appendix B:
- Rationale">
+<link rel="next" href="rationale.html" title="Appendix B: Rationale">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -23,26 +22,40 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../appendices.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../appendices.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="rationale.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.appendices.history"></a> Appendix A: History
+<a name="boost_stopwatches.appendices.history"></a><a class="link" href="history.html" title="Appendix A: History">Appendix A: History</a>
 </h3></div></div></div>
-<div class="toc"><dl><dt><span class="section">Version 0.1.0, September 7, 2010 </span></dt></dl></div>
-<div class="section" lang="en">
+<div class="toc"><dl>
+<dt><span class="section">Version 0.2.0, Feb 6, 2011 </span></dt>
+<dt><span class="section">Version 0.1.0, September 10, 2010 </span></dt>
+</dl></div>
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.appendices.history.__version_0_1_0__september_7__2010__"></a>Version 0.1.0, September 7, 2010
+<a name="boost_stopwatches.appendices.history.__version_0_2_0__feb_6__2011__"></a><a class="link" href="history.html#boost_stopwatches.appendices.history.__version_0_2_0__feb_6__2011__" title="Version 0.2.0, Feb 6, 2011"><span class="bold"><strong>Version 0.2.0, Feb 6, 2011</strong></span> </a>
 </h4></div></div></div>
 <p>
           <span class="bold"><strong>Features:</strong></span>
         </p>
-<div class="itemizedlist"><ul type="disc"><li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ Adaptation to new Boost.Chrono inteface.
+ </li></ul></div>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="boost_stopwatches.appendices.history.__version_0_1_0__september_10__2010__"></a><a class="link" href="history.html#boost_stopwatches.appendices.history.__version_0_1_0__september_10__2010__" title="Version 0.1.0, September 10, 2010"><span class="bold"><strong>Version 0.1.0, September 10, 2010</strong></span> </a>
+</h4></div></div></div>
+<p>
+ <span class="bold"><strong>Features:</strong></span>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
               Extraction from Boost.Chrono of Boost.Stopwatches
             </li></ul></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/implementation.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/implementation.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/implementation.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,15 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Appendix
- C: Implementation Notes</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
+<title>Appendix C: Implementation Notes</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="up" href="../appendices.html" title="Appendices">
-<link rel="prev" href="rationale.html" title=" Appendix B:
- Rationale">
-<link rel="next" href="faq.html" title=" Appendix D: FAQ">
+<link rel="prev" href="rationale.html" title="Appendix B: Rationale">
+<link rel="next" href="faq.html" title="Appendix D: FAQ">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -24,14 +22,13 @@
 <div class="spirit-nav">
 <a accesskey="p" href="rationale.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../appendices.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="faq.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.appendices.implementation"></a><a href="implementation.html" title=" Appendix
- C: Implementation Notes"> Appendix
+<div class="section"><div class="titlepage"><div><div><h3 class="title">
+<a name="boost_stopwatches.appendices.implementation"></a><a class="link" href="implementation.html" title="Appendix C: Implementation Notes">Appendix
       C: Implementation Notes</a>
 </h3></div></div></div></div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/perf.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/perf.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/perf.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,14 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Appendix H: Performances</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
+<title>Appendix H: Performances</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="up" href="../appendices.html" title="Appendices">
-<link rel="prev" href="tickets.html" title=" Appendix G: Tickets">
-<link rel="next" href="todo.html" title=" Appendix I: Future
- plans">
+<link rel="prev" href="tickets.html" title="Appendix G: Tickets">
+<link rel="next" href="todo.html" title="Appendix I: Future plans">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -23,9 +22,9 @@
 <div class="spirit-nav">
 <a accesskey="p" href="tickets.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../appendices.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="todo.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.appendices.perf"></a> Appendix H: Performances
+<a name="boost_stopwatches.appendices.perf"></a><a class="link" href="perf.html" title="Appendix H: Performances">Appendix H: Performances</a>
 </h3></div></div></div>
 <p>
         We have run some program changing how the reporting is done.
@@ -69,11 +68,11 @@
         This gives a variable number in nesting reporting depending on the parameter,
         with a variable lifetime.
       </p>
-<a name="boost_stopwatches.appendices.perf.single_threaded_recursive_function"></a><h4>
-<a name="id5049648"></a>
- <a href="perf.html#boost_stopwatches.appendices.perf.single_threaded_recursive_function">Single-Threaded
+<a name="boost_stopwatches.appendices.perf.single_threaded_recursive_function"></a><h5>
+<a name="id3449471"></a>
+ <a class="link" href="perf.html#boost_stopwatches.appendices.perf.single_threaded_recursive_function">Single-Threaded
         Recursive function</a>
- </h4>
+ </h5>
 <p>
         We have run the same program and changed how the reporting is done.
       </p>
@@ -92,11 +91,11 @@
         We have run the programm with two different clocks, high_resolution_clock
         and thread_clock.
       </p>
-<a name="boost_stopwatches.appendices.perf.multi_threaded_recursive_function"></a><h4>
-<a name="id5049697"></a>
- <a href="perf.html#boost_stopwatches.appendices.perf.multi_threaded_recursive_function">Multi-Threaded
+<a name="boost_stopwatches.appendices.perf.multi_threaded_recursive_function"></a><h5>
+<a name="id3449519"></a>
+ <a class="link" href="perf.html#boost_stopwatches.appendices.perf.multi_threaded_recursive_function">Multi-Threaded
         Recursive function</a>
- </h4>
+ </h5>
 <p>
         We have run the same program and changed how the reporting is done.
       </p>
@@ -118,7 +117,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/rationale.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/rationale.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/rationale.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,15 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Appendix B:
- Rationale</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
+<title>Appendix B: Rationale</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="up" href="../appendices.html" title="Appendices">
-<link rel="prev" href="history.html" title=" Appendix A: History">
-<link rel="next" href="implementation.html" title=" Appendix
- C: Implementation Notes">
+<link rel="prev" href="history.html" title="Appendix A: History">
+<link rel="next" href="implementation.html" title="Appendix C: Implementation Notes">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -24,21 +22,19 @@
 <div class="spirit-nav">
 <a accesskey="p" href="history.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../appendices.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="implementation.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.appendices.rationale"></a><a href="rationale.html" title=" Appendix B:
- Rationale"> Appendix B:
- Rationale</a>
+<a name="boost_stopwatches.appendices.rationale"></a><a class="link" href="rationale.html" title="Appendix B: Rationale">Appendix B: Rationale</a>
 </h3></div></div></div>
-<a name="boost_stopwatches.appendices.rationale.how_reliable_are_these_measures_"></a><h4>
-<a name="id5047406"></a>
- <a href="rationale.html#boost_stopwatches.appendices.rationale.how_reliable_are_these_measures_">How
+<a name="boost_stopwatches.appendices.rationale.how_reliable_are_these_measures_"></a><h5>
+<a name="id3447225"></a>
+ <a class="link" href="rationale.html#boost_stopwatches.appendices.rationale.how_reliable_are_these_measures_">How
         reliable are these measures?</a>
- </h4>
+ </h5>
 <p>
         There are three cases which can lead to get unreliable measures:
       </p>
-<div class="itemizedlist"><ul type="disc"><li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
             It is not possible to measure events that transpire at rates of the same
             order of magnitude as the clock's precision with any reliability. For
             example, a 10ms clock cannot be used reliably to measure elapsed times
@@ -53,27 +49,26 @@
 </p>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">chrono</span><span class="special">/</span><span class="identifier">chrono</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
     <span class="special">...</span>
- <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;</span> <code class="computeroutput"><span class="identifier">high_resolution_clock</span></code><span class="special">&gt;</span> <span class="identifier">_</span><span class="special">;</span>
+ <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;</span> <code class="computeroutput"><span class="identifier">high_resolution_clock</span></code><span class="special">&gt;</span> <span class="identifier">_</span><span class="special">;</span>
 </pre>
 <p>
       </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
             Using a process clock in a multithreaded application will give elapsed
             time for the process as a whole, including threads other than the calling
             thread. To get time elapsed for a specific thread, use the supplied
             <code class="computeroutput"><span class="identifier">thread_clock</span></code> which returns
             time elapsed for the calling thread only, if supported by the platform.
           </li>
-<li>
+<li class="listitem">
             When stopclocks are nested, usually from stopclocks appearing in each
             of several nested function calls, the overhead of the stopclock processing
             begins to be significant relative to run time of the code being measured.
             The innermost measurements remain accurate, but those in the outermost
             layers can measure too much overhead to be trustworthy.
           </li>
-<li>
+<li class="listitem">
             Nested stopclocks (usually nested function calls where each function
             contains a stopclock). When the nesting is deep enough, the cumulative
             overhead of all the stopclock functionality make the data unreliable
@@ -86,16 +81,15 @@
         Most of the stopclock overhead is likely due to logging. There are two things
         we can do to make the difference :
       </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
- Don't flush log information while measuring elapsed time. A <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a> can make
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
+ Don't flush log information while measuring elapsed time. A <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a> can make
             that possible, because it don't report until all the measures have been
             compiled and then report some statistics. Alternatively, an asynchronous
             stream would permit normal logging but by a thread other than the one
             being measured.
           </li>
-<li>
+<li class="listitem">
             Add a mechanism to track the difference between the application time
             and stopclock time. If a <code class="computeroutput"><span class="identifier">Clock</span></code>
             models <code class="computeroutput"><span class="identifier">SuspendibleClock</span></code>
@@ -107,7 +101,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/tests.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/tests.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/tests.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,14 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Appendix F: Tests</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
+<title>Appendix F: Tests</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="up" href="../appendices.html" title="Appendices">
-<link rel="prev" href="acknowledgements.html" title=" Appendix
- E: Acknowledgements">
-<link rel="next" href="tickets.html" title=" Appendix G: Tickets">
+<link rel="prev" href="acknowledgements.html" title="Appendix E: Acknowledgements">
+<link rel="next" href="tickets.html" title="Appendix G: Tickets">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -23,9 +22,9 @@
 <div class="spirit-nav">
 <a accesskey="p" href="acknowledgements.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../appendices.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tickets.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.appendices.tests"></a> Appendix F: Tests
+<a name="boost_stopwatches.appendices.tests"></a><a class="link" href="tests.html" title="Appendix F: Tests">Appendix F: Tests</a>
 </h3></div></div></div>
 <div class="toc"><dl><dt><span class="section">stopwatch</span></dt></dl></div>
 <p>
@@ -39,9 +38,9 @@
 <pre class="programlisting"><span class="identifier">cd</span> <span class="identifier">libs</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">test</span>
 <span class="identifier">bjam</span> <span class="identifier">stopwatch</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.appendices.tests.stopwatch"></a>stopwatch
+<a name="boost_stopwatches.appendices.tests.stopwatch"></a><a class="link" href="tests.html#boost_stopwatches.appendices.tests.stopwatch" title="stopwatch">stopwatch</a>
 </h4></div></div></div>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -463,7 +462,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/tickets.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/tickets.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/tickets.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,13 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Appendix G: Tickets</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
+<title>Appendix G: Tickets</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="up" href="../appendices.html" title="Appendices">
-<link rel="prev" href="tests.html" title=" Appendix F: Tests">
-<link rel="next" href="perf.html" title=" Appendix H: Performances">
+<link rel="prev" href="tests.html" title="Appendix F: Tests">
+<link rel="next" href="perf.html" title="Appendix H: Performances">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -22,9 +22,9 @@
 <div class="spirit-nav">
 <a accesskey="p" href="tests.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../appendices.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="perf.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.appendices.tickets"></a> Appendix G: Tickets
+<a name="boost_stopwatches.appendices.tickets"></a><a class="link" href="tickets.html" title="Appendix G: Tickets">Appendix G: Tickets</a>
 </h3></div></div></div>
 <div class="informaltable"><table class="table">
 <colgroup>
@@ -236,7 +236,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/todo.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/todo.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/appendices/todo.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,13 +1,12 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Appendix I: Future
- plans</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
+<title>Appendix I: Future plans</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="up" href="../appendices.html" title="Appendices">
-<link rel="prev" href="perf.html" title=" Appendix H: Performances">
+<link rel="prev" href="perf.html" title="Appendix H: Performances">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -22,31 +21,30 @@
 <div class="spirit-nav">
 <a accesskey="p" href="perf.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../appendices.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.appendices.todo"></a><a href="todo.html" title=" Appendix I: Future
- plans"> Appendix I: Future
+<a name="boost_stopwatches.appendices.todo"></a><a class="link" href="todo.html" title="Appendix I: Future plans">Appendix I: Future
       plans</a>
 </h3></div></div></div>
-<a name="boost_stopwatches.appendices.todo.tasks_to_do"></a><h4>
-<a name="id4941971"></a>
- Tasks to do
- </h4>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<a name="boost_stopwatches.appendices.todo.tasks_to_do"></a><h5>
+<a name="id3449585"></a>
+ <a class="link" href="todo.html#boost_stopwatches.appendices.todo.tasks_to_do">Tasks to do</a>
+ </h5>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
             Complete documentation
           </li>
-<li>
+<li class="listitem">
             Fully implement error handling, with test cases.
           </li>
-<li>
+<li class="listitem">
             Fix open isues.
           </li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -2,11 +2,11 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Overview</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="prev" href="../index.html" title="Boost.Stopwatches 0.1.0">
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="prev" href="../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="next" href="overview/motivation.html" title="Motivation">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -22,45 +22,45 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../index.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overview/motivation.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="boost_stopwatches.overview"></a>Overview
+<a name="boost_stopwatches.overview"></a><a class="link" href="overview.html" title="Overview">Overview</a>
 </h2></div></div></div>
 <div class="toc"><dl>
 <dt><span class="section">Motivation</span></dt>
 <dt><span class="section">Description</span></dt>
 </dl></div>
-<a name="boost_stopwatches.overview.how_to_use_this_documentation"></a><h3>
-<a name="id4986969"></a>
- <a href="overview.html#boost_stopwatches.overview.how_to_use_this_documentation">How
+<a name="boost_stopwatches.overview.how_to_use_this_documentation"></a><h4>
+<a name="id3384648"></a>
+ <a class="link" href="overview.html#boost_stopwatches.overview.how_to_use_this_documentation">How
       to Use This Documentation</a>
- </h3>
+ </h4>
 <p>
       This documentation makes use of the following naming and formatting conventions.
     </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
           Code is in <code class="computeroutput"><span class="identifier">fixed</span> <span class="identifier">width</span>
           <span class="identifier">font</span></code> and is syntax-highlighted.
         </li>
-<li>
+<li class="listitem">
           Replaceable text that you will need to supply is in <em class="replaceable"><code>italics</code></em>.
         </li>
-<li>
- Free functions are rendered in the code font followed by (), as in free_function().
+<li class="listitem">
+ Free functions are rendered in the code font followed by (), as in <code class="computeroutput"><span class="identifier">free_function</span><span class="special">()</span></code>.
         </li>
-<li>
+<li class="listitem">
           If a name refers to a class template, it is specified like this: <code class="computeroutput"><span class="identifier">class_template</span><span class="special">&lt;&gt;</span></code>;
           that is, it is in code font and its name is followed by <code class="computeroutput"><span class="special">&lt;&gt;</span></code>
           to indicate that it is a class template.
         </li>
-<li>
+<li class="listitem">
           If a name refers to a function-like macro, it is specified like this:
           <code class="computeroutput"><span class="identifier">MACRO</span><span class="special">()</span></code>;
           that is, it is uppercase in code font and its name is followed by <code class="computeroutput"><span class="special">()</span></code> to indicate that it is a function-like
           macro. Object-like macros appear without the trailing <code class="computeroutput"><span class="special">()</span></code>.
         </li>
-<li>
+<li class="listitem">
           Names that refer to <span class="emphasis"><em>concepts</em></span> in the generic programming
           sense are specified in CamelCase.
         </li>
@@ -86,7 +86,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview/description.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview/description.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview/description.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -2,12 +2,12 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Description</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="up" href="../overview.html" title="Overview">
 <link rel="prev" href="motivation.html" title="Motivation">
-<link rel="next" href="../users_guide.html" title=" Users'Guide">
+<link rel="next" href="../users_guide.html" title="Users'Guide">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -22,68 +22,61 @@
 <div class="spirit-nav">
 <a accesskey="p" href="motivation.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../users_guide.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.overview.description"></a>Description
+<a name="boost_stopwatches.overview.description"></a><a class="link" href="description.html" title="Description">Description</a>
 </h3></div></div></div>
 <p>
         On top of the standard facilities of <span class="bold"><strong>Boost.Chrono</strong></span>,
         <span class="bold"><strong>Boost.Stopwatches</strong></span> provides:
       </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
+<p class="simpara">
             Stopwatches: A facility to measure elapsed time with the ability to start,
             stop, suspend, or resume measurement.
- <div class="itemizedlist"><ul type="circle">
-<li>
- <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> concept
- </li>
-<li>
- Scoped helper classes allowing to pairwise start/stop operations,
- suspend/resume and resume/suspend a <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a>.
- </li>
-<li>
- <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a>, model of <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> capturing elapsed
- <code class="computeroutput"><span class="identifier">Clock</span></code> times.
- </li>
-<li>
- <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a>,
- model of <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> capturing cummulated
- elapsed Clock times.
- </li>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="circle">
+<li class="listitem">
+ <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> concept
+ </li>
+<li class="listitem">
+ Scoped helper classes allowing to pairwise start/stop operations,
+ suspend/resume and resume/suspend a <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a>.
+ </li>
+<li class="listitem">
+ <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a>, model of <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> capturing elapsed
+ <code class="computeroutput"><span class="identifier">Clock</span></code> times.
+ </li>
+<li class="listitem">
+ <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a>, model
+ of <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> capturing cummulated
+ elapsed Clock times.
+ </li>
 </ul></div>
- </li>
-<li>
+</li>
+<li class="listitem">
+<p class="simpara">
             Stopclocks: a complete time reporting package that can be invoked in
             a single line of code.
- <div class="itemizedlist"><ul type="circle">
-<li>
- <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a>, convenient
- reporting to an output stream (including wide char streams) of
- the elapsed time of models of <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> results.
- </li>
-<li>
- <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span></code></a>
- shortcut of <code class="computeroutput"><a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;&gt;</span></code>
- </li>
+ </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="circle">
+<li class="listitem">
+ <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a>, convenient
+ reporting to an output stream (including wide char streams) of the
+ elapsed time of models of <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> results.
+ </li>
+<li class="listitem">
+ <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span></code></a>
+ shortcut of <code class="computeroutput"><a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;&gt;</span></code>
+ </li>
 </ul></div>
- </li>
+</li>
 </ul></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview/motivation.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview/motivation.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/overview/motivation.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -2,9 +2,9 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Motivation</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="up" href="../overview.html" title="Overview">
 <link rel="prev" href="../overview.html" title="Overview">
 <link rel="next" href="description.html" title="Description">
@@ -22,35 +22,31 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../overview.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../overview.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="description.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.overview.motivation"></a>Motivation
+<a name="boost_stopwatches.overview.motivation"></a><a class="link" href="motivation.html" title="Motivation">Motivation</a>
 </h3></div></div></div>
-<a name="boost_stopwatches.overview.motivation.measuring_elapsed_time"></a><h4>
-<a name="id4948837"></a>
- <a href="motivation.html#boost_stopwatches.overview.motivation.measuring_elapsed_time">Measuring
+<a name="boost_stopwatches.overview.motivation.measuring_elapsed_time"></a><h5>
+<a name="id3343313"></a>
+ <a class="link" href="motivation.html#boost_stopwatches.overview.motivation.measuring_elapsed_time">Measuring
         elapsed time</a>
- </h4>
+ </h5>
 <p>
         Knowing how long a program, a function or a specific code block takes to
         execute is useful in both test and production environments. <span class="bold"><strong>Boost.Stopwatches</strong></span>
- introduces the <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> concept which is a mechanism
+ introduces the <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> concept which is a mechanism
         to measure the elapsed time. A Stopwatch allows to start, stop, suspend and
- resume measuring the elapsed time. <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><code class="computeroutput"><span class="special">&lt;&gt;</span></code>
- is the basic model of <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a>.
- </p>
-<a name="boost_stopwatches.overview.motivation.reporting_elapsed_time"></a><h4>
-<a name="id4948927"></a>
- <a href="motivation.html#boost_stopwatches.overview.motivation.reporting_elapsed_time">Reporting
+ resume measuring the elapsed time. <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><code class="computeroutput"><span class="special">&lt;&gt;</span></code>
+ is the basic model of <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a>.
+ </p>
+<a name="boost_stopwatches.overview.motivation.reporting_elapsed_time"></a><h5>
+<a name="id3343409"></a>
+ <a class="link" href="motivation.html#boost_stopwatches.overview.motivation.reporting_elapsed_time">Reporting
         elapsed time</a>
- </h4>
+ </h5>
 <p>
         It is often necessary to report elapsed time on a user display or in a log
- file. <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a>&lt;&gt; provides
+ file. <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a>&lt;&gt; provides
         a runtime reporting mechanism for this purpose which can be invoked in just
         one line of code.
       </p>
@@ -74,23 +70,20 @@
 <pre class="programlisting"><span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">;</span>
 <span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span>
 <span class="special">{</span>
- <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">_</span><span class="special">;</span>
+ <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">_</span><span class="special">;</span>
   <span class="comment">// ...
 </span><span class="special">}</span>
 </pre>
-<a name="boost_stopwatches.overview.motivation.how_reliable_are_these_measures_"></a><h4>
-<a name="id4949316"></a>
- <a href="motivation.html#boost_stopwatches.overview.motivation.how_reliable_are_these_measures_">How
+<a name="boost_stopwatches.overview.motivation.how_reliable_are_these_measures_"></a><h5>
+<a name="id3394301"></a>
+ <a class="link" href="motivation.html#boost_stopwatches.overview.motivation.how_reliable_are_these_measures_">How
         reliable are these measures?</a>
- </h4>
+ </h5>
 <p>
         There are a number of things that can lead to unreliable measurement (see
- <a href="../appendices/rationale.html" title=" Appendix B:
- Rationale">here</a> for more
+ <a class="link" href="../appendices/rationale.html" title="Appendix B: Rationale">here</a> for more
         details), but they mostly amount to reporting overhead. Boost.Chrono provides
- two ways to improve reliability of time measurements. A <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a> only reports
+ two ways to improve reliability of time measurements. A <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a> only reports
         statistics once all measurements have been acquired, which removes reporting
         overhead from the measurements. The other approach is to use a <code class="computeroutput"><span class="identifier">SuspendibleClock</span></code> such that the reporting
         overhead can be ignored by suspending elapsed time tracking during reporting
@@ -99,7 +92,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,14 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Reference </title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../index.html" title="Boost.Stopwatches 0.1.0">
+<title>Reference</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="prev" href="users_guide/examples.html" title="Examples">
-<link rel="next" href="reference/stopwatches_hpp.html" title=" Header
- &lt;boost/stopwatches.hpp&gt;">
+<link rel="next" href="reference/stopwatches_hpp.html" title="Header &lt;boost/stopwatches.hpp&gt;">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -23,69 +22,68 @@
 <div class="spirit-nav">
 <a accesskey="p" href="users_guide/examples.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference/stopwatches_hpp.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="boost_stopwatches.reference"></a> Reference
+<a name="boost_stopwatches.reference"></a><a class="link" href="reference.html" title="Reference">Reference </a>
 </h2></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="reference/stopwatches_hpp.html"> Header
+<dt><span class="section"><a href="reference/stopwatches_hpp.html">Header
       <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"> Other clocks</span></dt>
+<dt><span class="section"><a href="reference/chrono_stopwatches_hpp.html">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section">Other clocks</span></dt>
 <dd><dl>
-<dt><span class="section"><a href="reference/other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req">
- <code class="computeroutput"><span class="identifier">SuspendibleClock</span></code> Requirements</a></span></dt>
-<dt><span class="section"><a href="reference/other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_suspend</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">suspendible_clock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section">SuspendibleClock Requirements</span></dt>
+<dt><span class="section"><a href="reference/other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_suspend</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">suspendible_clock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 </dl></dd>
-<dt><span class="section"> Stopwatches</span></dt>
+<dt><span class="section">Stopwatches</span></dt>
 <dd><dl>
-<dt><span class="section"><a href="reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req">
- <code class="computeroutput"><span class="identifier">Stopwatch</span></code> Requirements</a></span></dt>
-<dt><span class="section"><a href="reference/stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">lightweight_stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_scoped</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section">Stopwatch Requirements</span></dt>
+<dt><span class="section"><a href="reference/stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">lightweight_stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_scoped</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 </dl></dd>
-<dt><span class="section"> Stopwatch Reporters</span></dt>
+<dt><span class="section">Stopwatch Reporters</span></dt>
 <dd><dl>
-<dt><span class="section"><a href="reference/reporters.html#boost_stopwatches.reference.reporters.formatter_req">
- <code class="computeroutput"><span class="identifier">Formatter</span></code> Requirements</a></span></dt>
+<dt><span class="section">Formatter Requirements</span></dt>
 <dt><span class="section">Formatter related traits</span></dt>
-<dt><span class="section"><a href="reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_reporter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_reporter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 </dl></dd>
-<dt><span class="section"> Stopwatch Formatters</span></dt>
+<dt><span class="section">Stopwatch Formatters</span></dt>
 <dd><dl>
-<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reference/formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 </dl></dd>
 </dl></div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/formatters.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/formatters.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/formatters.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,12 +1,12 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Stopwatch Formatters</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../reference.html" title=" Reference ">
-<link rel="prev" href="reporters.html" title=" Stopwatch Reporters">
+<title>Stopwatch Formatters</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="reporters.html" title="Stopwatch Reporters">
 <link rel="next" href="../appendices.html" title="Appendices">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -22,67 +22,59 @@
 <div class="spirit-nav">
 <a accesskey="p" href="reporters.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../appendices.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.reference.formatters"></a> Stopwatch Formatters
+<a name="boost_stopwatches.reference.formatters"></a><a class="link" href="formatters.html" title="Stopwatch Formatters">Stopwatch Formatters</a>
 </h3></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dd><dl><dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp.basic_stopwatch_formatter">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></dd>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dd><dl><dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp.basic_stopwatch_formatter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></dd>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.typedefs">
- <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span></code>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.typedefs"><code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span></code>
           useful typedefs</a></span></dt>
 </dl></dd>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.basic_time_formatter">
- Template Class <code class="computeroutput"><span class="identifier">basic_time_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.typedefs">
- <code class="computeroutput"><span class="identifier">basic_time_formatter</span></code> useful
- typedefs</a></span></dt>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.spec">
- <code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.basic_time_formatter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_time_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">basic_time_formatter useful typedefs</span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.spec"><code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
           Specialization</a></span></dt>
 </dl></dd>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.basic_stopwatch_accumulator_time_formatter">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.typedefs">
- <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span></code>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.basic_stopwatch_accumulator_time_formatter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.typedefs"><code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span></code>
           useful typedefs</a></span></dt>
 </dl></dd>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dd><dl><dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp.t24_hours">
- Class <code class="computeroutput"><span class="identifier">t24_hours</span></code></a></span></dt></dl></dd>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dd><dl><dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp.t24_hours">Class
+ <code class="computeroutput"><span class="identifier">t24_hours</span></code></a></span></dt></dl></dd>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.basic_24_hours_formatter">
- Template Class <code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.typedefs">
- <code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span></code>
- useful typedefs</a></span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.basic_24_hours_formatter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">basic_24_hours_formatter useful typedefs</span></dt>
 </dl></dd>
 </dl></div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.formatters.stopwatch_formatter_hpp"></a><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp" title="
- Header &lt;boost/stopwatches/stopwatch_formatter.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.formatters.stopwatch_formatter_hpp"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp" title="Header &lt;boost/stopwatches/stopwatch_formatter.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
-<div class="toc"><dl><dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp.basic_stopwatch_formatter">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></div>
+<div class="toc"><dl><dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp.basic_stopwatch_formatter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
     <span class="keyword">template</span> <span class="special">&lt;</span>
         <span class="keyword">typename</span> <span class="identifier">CharT</span><span class="special">=</span><span class="keyword">char</span><span class="special">,</span>
@@ -95,16 +87,14 @@
     <span class="keyword">typedef</span> <span class="identifier">basic_stopwatch_formatter</span><span class="special">&lt;</span><span class="keyword">wchar_t</span><span class="special">&gt;</span> <span class="identifier">wstopwatch_formatter</span><span class="special">;</span>
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.formatters.stopwatch_formatter_hpp.basic_stopwatch_formatter"></a><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp.basic_stopwatch_formatter" title="
- Template Class basic_stopwatch_formatter&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_formatter</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.formatters.stopwatch_formatter_hpp.basic_stopwatch_formatter"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp.basic_stopwatch_formatter" title="Template Class basic_stopwatch_formatter&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_formatter</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">stopwatch_formatter</span></code> is
- a model of <a href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="
- Formatter Requirements"><code class="computeroutput"><span class="identifier">Formatter</span></code></a>.
+ a model of <a class="link" href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="Formatter Requirements"><code class="computeroutput"><span class="identifier">Formatter</span></code></a>.
           </p>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span>
     <span class="keyword">typename</span> <span class="identifier">CharT</span><span class="special">=</span><span class="keyword">char</span><span class="special">,</span>
@@ -131,7 +121,7 @@
 <p>
             The default format is "%ts\n", where
           </p>
-<div class="itemizedlist"><ul type="disc"><li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">d</span></code>
                 : the result of elapsed() when the reporting is done.
               </li></ul></div>
@@ -141,17 +131,15 @@
           </p>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp"></a><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp" title="
- Header &lt;boost/stopwatches/stopwatch_accumulator_formatter.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp" title="Header &lt;boost/stopwatches/stopwatch_accumulator_formatter.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.typedefs">
- <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span></code>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.typedefs"><code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span></code>
           useful typedefs</a></span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
@@ -164,16 +152,14 @@
     <span class="keyword">typedef</span> <span class="identifier">basic_stopwatch_accumulator_formatter</span><span class="special">&lt;</span><span class="keyword">wchar_t</span><span class="special">&gt;</span> <span class="identifier">wstopwatch_accumulator_formatter</span><span class="special">;</span>
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter"></a><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="
- Template Class basic_stopwatch_accumulator_formatter&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="Template Class basic_stopwatch_accumulator_formatter&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span></code>
- is a model of <a href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="
- Formatter Requirements"><code class="computeroutput"><span class="identifier">Formatter</span></code></a>
+ is a model of <a class="link" href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="Formatter Requirements"><code class="computeroutput"><span class="identifier">Formatter</span></code></a>
           </p>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span>
     <span class="keyword">typename</span> <span class="identifier">CharT</span><span class="special">=</span><span class="keyword">char</span><span class="special">,</span>
@@ -201,37 +187,37 @@
             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">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">c</span></code>
                 : the counter of the number of times the pair srat/stop has been
                 called.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">s</span></code>
                 : the sum of the samples of elapsed time between the call to start/stop.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">m</span></code>
                 : the min of the samples of elapsed time between the call to start/stop.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">M</span></code>
                 : the max of the samples of elapsed time between the call to start/stop.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">a</span></code>
                 : the mean of the samples of elapsed time between the call to start/stop.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">f</span></code>
                 : the frequency of calls to start.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">l</span></code>
                 : the lifetime of the stopwatch_accumulator.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">p</span></code>
                 : the percentage of time spent by this stopwatch respect to its lifetime.
               </li>
@@ -242,12 +228,9 @@
             d'Unites Std.
           </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.typedefs"></a><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.typedefs" title="
- basic_stopwatch_accumulator_formatter
- useful typedefs">
- <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span></code>
+<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.typedefs"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.typedefs" title="basic_stopwatch_accumulator_formatter useful typedefs"><code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_formatter</span></code>
           useful typedefs</a>
 </h5></div></div></div>
 <p>
@@ -261,20 +244,16 @@
 </pre>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.formatters.time_formatter_hpp"></a><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp" title="
- Header &lt;boost/stopwatches/time_formatter.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.formatters.time_formatter_hpp"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp" title="Header &lt;boost/stopwatches/time_formatter.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.basic_time_formatter">
- Template Class <code class="computeroutput"><span class="identifier">basic_time_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.typedefs">
- <code class="computeroutput"><span class="identifier">basic_time_formatter</span></code> useful
- typedefs</a></span></dt>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.spec">
- <code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.basic_time_formatter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_time_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">basic_time_formatter useful typedefs</span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.spec"><code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
           Specialization</a></span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
@@ -296,16 +275,14 @@
 
 <span class="special">}</span> <span class="special">}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.formatters.time_formatter_hpp.basic_time_formatter"></a><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.basic_time_formatter" title="
- Template Class basic_time_formatter&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">basic_time_formatter</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.formatters.time_formatter_hpp.basic_time_formatter"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.basic_time_formatter" title="Template Class basic_time_formatter&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">basic_time_formatter</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">basic_time_formatter</span></code>
- is a model of <a href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="
- Formatter Requirements"><code class="computeroutput"><span class="identifier">Formatter</span></code></a>.
+ is a model of <a class="link" href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="Formatter Requirements"><code class="computeroutput"><span class="identifier">Formatter</span></code></a>.
           </p>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Traits</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Alloc</span><span class="special">&gt;</span>
 <span class="keyword">class</span> <span class="identifier">basic_time_formatter</span> <span class="special">{</span>
@@ -330,24 +307,24 @@
             The default format is "nreal %rs, cpu %cs (%p%), user %us, system
             %ss\n", where
           </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">r</span></code>
                 : real process clock
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">u</span></code>
                 : user process clock
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">s</span></code>
                 : system process clock
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">c</span></code>
                 : user+system process clock
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">p</span></code>
                 : percentage (user+system)/real process clock
               </li>
@@ -357,13 +334,9 @@
             System International d'Unites Std.
           </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.formatters.time_formatter_hpp.typedefs"></a><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.typedefs" title="
- basic_time_formatter useful
- typedefs">
- <code class="computeroutput"><span class="identifier">basic_time_formatter</span></code> useful
- typedefs</a>
+<a name="boost_stopwatches.reference.formatters.time_formatter_hpp.typedefs"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.typedefs" title="basic_time_formatter useful typedefs"><code class="computeroutput"><span class="identifier">basic_time_formatter</span></code> useful typedefs</a>
 </h5></div></div></div>
 <p>
             The library provides basic_time_formatter shortcuts for char and wchar_t.
@@ -372,12 +345,9 @@
 <span class="keyword">typedef</span> <span class="identifier">basic_time_formatter</span><span class="special">&lt;</span><span class="keyword">wchar_t</span><span class="special">&gt;</span> <span class="identifier">wtime_formatter</span><span class="special">;</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.formatters.time_formatter_hpp.spec"></a><a href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.spec" title="
- stopwatch_reporter_default_formatter
- Specialization">
- <code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
+<a name="boost_stopwatches.reference.formatters.time_formatter_hpp.spec"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.time_formatter_hpp.spec" title="stopwatch_reporter_default_formatter Specialization"><code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
           Specialization</a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;&gt;</span>
@@ -387,17 +357,15 @@
 </pre>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp"></a><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp" title="
- Header &lt;boost/stopwatches/stopwatch_accumulator_time_formatter.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp" title="Header &lt;boost/stopwatches/stopwatch_accumulator_time_formatter.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.basic_stopwatch_accumulator_time_formatter">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.typedefs">
- <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span></code>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.basic_stopwatch_accumulator_time_formatter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.typedefs"><code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span></code>
           useful typedefs</a></span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
@@ -410,16 +378,14 @@
     <span class="keyword">typedef</span> <span class="identifier">basic_stopwatch_accumulator_time_formatter</span><span class="special">&lt;</span><span class="keyword">wchar_t</span><span class="special">&gt;</span> <span class="identifier">wstopwatch_accumulator_time_formatter</span><span class="special">;</span>
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.basic_stopwatch_accumulator_time_formatter"></a><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.basic_stopwatch_accumulator_time_formatter" title="
- Template Class basic_stopwatch_accumulator_time_formatter&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.basic_stopwatch_accumulator_time_formatter"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.basic_stopwatch_accumulator_time_formatter" title="Template Class basic_stopwatch_accumulator_time_formatter&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span></code>
- is a model of <a href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="
- Formatter Requirements"><code class="computeroutput"><span class="identifier">Formatter</span></code></a>
+ is a model of <a class="link" href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="Formatter Requirements"><code class="computeroutput"><span class="identifier">Formatter</span></code></a>
           </p>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span>
     <span class="keyword">typename</span> <span class="identifier">CharT</span><span class="special">=</span><span class="keyword">char</span><span class="special">,</span>
@@ -453,57 +419,57 @@
             part after corresponds to the times format, which will be used for the
             sum, max, min and mean statistics.
           </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">c</span></code>
                 : the counter of the number of times the pair srat/stop has been
                 called.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">s</span></code>
                 : the sum of the samples of elapsed time between the call to start/stop.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">m</span></code>
                 : the min of the samples of elapsed time between the call to start/stop.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">M</span></code>
                 : the max of the samples of elapsed time between the call to start/stop.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">a</span></code>
                 : the mean of the samples of elapsed time between the call to start/stop.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">f</span></code>
                 : the frequency of calls to start.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">l</span></code>
                 : the lifetime of the stopwatch_accumulator.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">p</span></code>
                 : the percentage of time spent by this stopwatch respect to its lifetime.
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">r</span></code>
                 : real process clock
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">u</span></code>
                 : user process clock
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">s</span></code>
                 : system process clock
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">c</span></code>
                 : user+system process clock
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">p</span></code>
                 : percentage (user+system)/real process clock
               </li>
@@ -514,12 +480,9 @@
             d'Unites Std.
           </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.typedefs"></a><a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.typedefs" title="
- basic_stopwatch_accumulator_time_formatter
- useful typedefs">
- <code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span></code>
+<a name="boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.typedefs"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_time_formatter_hpp.typedefs" title="basic_stopwatch_accumulator_time_formatter useful typedefs"><code class="computeroutput"><span class="identifier">basic_stopwatch_accumulator_time_formatter</span></code>
           useful typedefs</a>
 </h5></div></div></div>
 <p>
@@ -533,23 +496,21 @@
 </pre>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.formatters.t24_hours_hpp"></a><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp" title="
- Header &lt;boost/stopwatches/t24_hours.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.formatters.t24_hours_hpp"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp" title="Header &lt;boost/stopwatches/t24_hours.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
-<div class="toc"><dl><dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp.t24_hours">
- Class <code class="computeroutput"><span class="identifier">t24_hours</span></code></a></span></dt></dl></div>
+<div class="toc"><dl><dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp.t24_hours">Class
+ <code class="computeroutput"><span class="identifier">t24_hours</span></code></a></span></dt></dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
     <span class="keyword">class</span> <span class="identifier">t24_hours</span><span class="special">;</span>
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.formatters.t24_hours_hpp.t24_hours"></a><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp.t24_hours" title="
- Class t24_hours">
- Class <code class="computeroutput"><span class="identifier">t24_hours</span></code></a>
+<a name="boost_stopwatches.reference.formatters.t24_hours_hpp.t24_hours"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_hpp.t24_hours" title="Class t24_hours">Class
+ <code class="computeroutput"><span class="identifier">t24_hours</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">t24_hours</span></code> helper class
@@ -592,18 +553,15 @@
 </pre>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.formatters.t24_hours_formatter_hpp"></a><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp" title="
- Header &lt;boost/stopwatches/t24_hours_formatter.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.formatters.t24_hours_formatter_hpp"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp" title="Header &lt;boost/stopwatches/t24_hours_formatter.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.basic_24_hours_formatter">
- Template Class <code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.typedefs">
- <code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span></code>
- useful typedefs</a></span></dt>
+<dt><span class="section"><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.basic_24_hours_formatter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">basic_24_hours_formatter useful typedefs</span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
 
@@ -619,16 +577,14 @@
 
 <span class="special">}</span> <span class="special">}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.basic_24_hours_formatter"></a><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.basic_24_hours_formatter" title="
- Template Class basic_24_hours_formatter&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.basic_24_hours_formatter"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.basic_24_hours_formatter" title="Template Class basic_24_hours_formatter&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span></code>
- is a model of <a href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="
- Formatter Requirements"><code class="computeroutput"><span class="identifier">Formatter</span></code></a>.
+ is a model of <a class="link" href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="Formatter Requirements"><code class="computeroutput"><span class="identifier">Formatter</span></code></a>.
           </p>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Traits</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Alloc</span><span class="special">&gt;</span>
 <span class="keyword">class</span> <span class="identifier">basic_24_hours_formatter</span> <span class="special">{</span>
@@ -649,36 +605,32 @@
 <p>
             The default format is "%d days(s) %h:%m:%s.%n\n", where
           </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">d</span></code>
                 : days
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">h</span></code>
                 : hours
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">m</span></code>
                 : minutes
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">s</span></code>
                 : seconds
               </li>
-<li>
+<li class="listitem">
                 <code class="computeroutput"><span class="special">%</span><span class="identifier">n</span></code>
                 : nanoseconds
               </li>
 </ul></div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.typedefs"></a><a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.typedefs" title="
- basic_24_hours_formatter
- useful typedefs">
- <code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span></code>
- useful typedefs</a>
+<a name="boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.typedefs"></a><a class="link" href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.typedefs" title="basic_24_hours_formatter useful typedefs"><code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span></code> useful typedefs</a>
 </h5></div></div></div>
 <p>
             The library provides basic_24_hours_formatter shortcuts for char and
@@ -692,7 +644,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/other_clocks.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/other_clocks.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/other_clocks.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,14 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Other clocks</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../reference.html" title=" Reference ">
-<link rel="prev" href="stopwatches_hpp.html" title=" Header
- &lt;boost/stopwatches.hpp&gt;">
-<link rel="next" href="stopwatches.html" title=" Stopwatches">
+<title>Other clocks</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="chrono_stopwatches_hpp.html" title="Header &lt;boost/stopwatches/stopwatches.hpp&gt;">
+<link rel="next" href="stopwatches.html" title="Stopwatches">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -21,49 +20,46 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="stopwatches_hpp.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="stopwatches.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="chrono_stopwatches_hpp.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="stopwatches.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.reference.other_clocks"></a> Other clocks
+<a name="boost_stopwatches.reference.other_clocks"></a><a class="link" href="other_clocks.html" title="Other clocks">Other clocks</a>
 </h3></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req">
- <code class="computeroutput"><span class="identifier">SuspendibleClock</span></code> Requirements</a></span></dt>
+<dt><span class="section">SuspendibleClock Requirements</span></dt>
 <dd><dl>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspend">
- Static Member Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_resume">
- Static Member Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspended">
- Static Member Function <code class="computeroutput"><span class="identifier">suspended</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspend">Static
+ Member Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_resume">Static
+ Member Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspended">Static
+ Member Function <code class="computeroutput"><span class="identifier">suspended</span><span class="special">()</span></code></a></span></dt>
 </dl></dd>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_suspend</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_suspend</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.is_suspendible">
- Meta Function Class <code class="computeroutput"><span class="identifier">is_suspendible</span></code></a></span></dt>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.scoped_suspend">
- Template Class <code class="computeroutput"><span class="identifier">scoped_suspend</span></code></a></span></dt>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.is_suspendible">Meta
+ Function Class <code class="computeroutput"><span class="identifier">is_suspendible</span></code></a></span></dt>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.scoped_suspend">Template
+ Class <code class="computeroutput"><span class="identifier">scoped_suspend</span></code></a></span></dt>
 </dl></dd>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">suspendible_clock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dd><dl><dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock">
- Template Class <code class="computeroutput"><span class="identifier">suspendible_clock</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></dd>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">suspendible_clock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dd><dl><dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock">Template
+ Class <code class="computeroutput"><span class="identifier">suspendible_clock</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></dd>
 </dl></div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_req"></a><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req" title="
- SuspendibleClock Requirements">
- <code class="computeroutput"><span class="identifier">SuspendibleClock</span></code> Requirements</a>
+<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_req"></a><a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req" title="SuspendibleClock Requirements"><code class="computeroutput"><span class="identifier">SuspendibleClock</span></code> Requirements</a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspend">
- Static Member Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_resume">
- Static Member Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspended">
- Static Member Function <code class="computeroutput"><span class="identifier">suspended</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspend">Static
+ Member Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_resume">Static
+ Member Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspended">Static
+ Member Function <code class="computeroutput"><span class="identifier">suspended</span><span class="special">()</span></code></a></span></dt>
 </dl></div>
 <p>
           A <code class="computeroutput"><span class="identifier">SuspendibleClock</span></code> is a
@@ -79,7 +75,7 @@
         </p>
 <div class="table">
 <a name="boost_stopwatches.reference.other_clocks.suspendible_clock_req.suspendibleclock_requirements"></a><p class="title"><b>Table&#160;1.&#160;SuspendibleClock Requirements</b></p>
-<table class="table" summary="SuspendibleClock Requirements">
+<div class="table-contents"><table class="table" summary="SuspendibleClock Requirements">
 <colgroup>
 <col>
 <col>
@@ -155,13 +151,12 @@
                 </td>
 </tr>
 </tbody>
-</table>
+</table></div>
 </div>
-<div class="section" lang="en">
+<br class="table-break"><div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspend"></a><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspend" title="
- Static Member Function suspend()">
- Static Member Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a>
+<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspend"></a><a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspend" title="Static Member Function suspend()">Static
+ Member Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="keyword">void</span> <span class="identifier">suspend</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
 </pre>
@@ -174,11 +169,10 @@
             is set with the correspoding error code set by <code class="computeroutput"><span class="identifier">Clock</span><span class="special">::</span><span class="identifier">now</span><span class="special">(</span><span class="identifier">ec</span><span class="special">)</span></code>.
           </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_resume"></a><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_resume" title="
- Static Member Function resume()">
- Static Member Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a>
+<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_resume"></a><a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_resume" title="Static Member Function resume()">Static
+ Member Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="keyword">void</span> <span class="identifier">resume</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
 </pre>
@@ -191,11 +185,10 @@
             is set with the correspoding error code set by <code class="computeroutput"><span class="identifier">Clock</span><span class="special">::</span><span class="identifier">now</span><span class="special">(</span><span class="identifier">ec</span><span class="special">)</span></code>.
           </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspended"></a><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspended" title="
- Static Member Function suspended()">
- Static Member Function <code class="computeroutput"><span class="identifier">suspended</span><span class="special">()</span></code></a>
+<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspended"></a><a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_req.SuspendibleClock_suspended" title="Static Member Function suspended()">Static
+ Member Function <code class="computeroutput"><span class="identifier">suspended</span><span class="special">()</span></code></a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="identifier">duration</span> <span class="identifier">suspended</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
 </pre>
@@ -214,43 +207,39 @@
 <p>
           Models of <code class="computeroutput"><span class="identifier">SuspendibleClock</span></code>:
         </p>
-<div class="itemizedlist"><ul type="disc"><li>
- <a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock" title="
- Template Class suspendible_clock&lt;&gt;"><code class="computeroutput"><span class="identifier">suspendible_clock</span></code></a>]
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ <a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock" title="Template Class suspendible_clock&lt;&gt;"><code class="computeroutput"><span class="identifier">suspendible_clock</span></code></a>]
             </li></ul></div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.other_clocks.scoped_suspend_hpp"></a><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp" title="
- Header &lt;boost/stopwatches/scoped_suspend.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_suspend</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.other_clocks.scoped_suspend_hpp"></a><a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp" title="Header &lt;boost/stopwatches/scoped_suspend.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_suspend</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.is_suspendible">
- Meta Function Class <code class="computeroutput"><span class="identifier">is_suspendible</span></code></a></span></dt>
-<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.scoped_suspend">
- Template Class <code class="computeroutput"><span class="identifier">scoped_suspend</span></code></a></span></dt>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.is_suspendible">Meta
+ Function Class <code class="computeroutput"><span class="identifier">is_suspendible</span></code></a></span></dt>
+<dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.scoped_suspend">Template
+ Class <code class="computeroutput"><span class="identifier">scoped_suspend</span></code></a></span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
     <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">is_suspendible</span><span class="special">;</span>
     <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">&gt;</span> <span class="keyword">class</span> <span class="identifier">scoped_suspend</span><span class="special">;</span>
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.is_suspendible"></a><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.is_suspendible" title="
- Meta Function Class is_suspendible">
- Meta Function Class <code class="computeroutput"><span class="identifier">is_suspendible</span></code></a>
+<a name="boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.is_suspendible"></a><a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.is_suspendible" title="Meta Function Class is_suspendible">Meta
+ Function Class <code class="computeroutput"><span class="identifier">is_suspendible</span></code></a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">is_suspendible</span> <span class="special">:</span> <span class="identifier">mpl</span><span class="special">::</span> <span class="identifier">false_</span> <span class="special">{};</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.scoped_suspend"></a><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.scoped_suspend" title="
- Template Class scoped_suspend">
- Template Class <code class="computeroutput"><span class="identifier">scoped_suspend</span></code></a>
+<a name="boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.scoped_suspend"></a><a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.scoped_suspend_hpp.scoped_suspend" title="Template Class scoped_suspend">Template
+ Class <code class="computeroutput"><span class="identifier">scoped_suspend</span></code></a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">&gt;</span>
 <span class="keyword">class</span> <span class="identifier">scoped_suspend</span> <span class="special">{</span>
@@ -265,14 +254,13 @@
 </pre>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_hpp"></a><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp" title="
- Header &lt;boost/stopwatches/suspendible_clock.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">suspendible_clock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_hpp"></a><a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp" title="Header &lt;boost/stopwatches/suspendible_clock.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">suspendible_clock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
-<div class="toc"><dl><dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock">
- Template Class <code class="computeroutput"><span class="identifier">suspendible_clock</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></div>
+<div class="toc"><dl><dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock">Template
+ Class <code class="computeroutput"><span class="identifier">suspendible_clock</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
 
     <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">&gt;</span>
@@ -286,17 +274,15 @@
 
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock"></a><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock" title="
- Template Class suspendible_clock&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">suspendible_clock</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock"></a><a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock" title="Template Class suspendible_clock&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">suspendible_clock</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <div class="toc"><dl><dt><span class="section"><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock._scoped_suspend__specialization_for__suspendible_clock___"><code class="computeroutput"><span class="identifier">scoped_suspend</span></code> specialization for
             <code class="computeroutput"><span class="identifier">suspendible_clock</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></div>
 <p>
- Given a <code class="computeroutput"><span class="identifier">Clock</span></code>, <a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock" title="
- Template Class suspendible_clock&lt;&gt;"><code class="computeroutput"><span class="identifier">suspendible_clock</span></code></a> &lt; <code class="computeroutput"><span class="identifier">Clock</span></code>&gt; is a model of <code class="computeroutput"><span class="identifier">SuspendibleClock</span></code>.
+ Given a <code class="computeroutput"><span class="identifier">Clock</span></code>, <a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock" title="Template Class suspendible_clock&lt;&gt;"><code class="computeroutput"><span class="identifier">suspendible_clock</span></code></a> &lt; <code class="computeroutput"><span class="identifier">Clock</span></code>&gt; is a model of <code class="computeroutput"><span class="identifier">SuspendibleClock</span></code>.
           </p>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">Clock</span> <span class="special">&gt;</span>
 <span class="keyword">class</span> <span class="identifier">suspendible_clock</span> <span class="special">{</span>
@@ -305,7 +291,7 @@
     <span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">Clock</span><span class="special">::</span><span class="identifier">rep</span> <span class="identifier">rep</span><span class="special">;</span>
     <span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">Clock</span><span class="special">::</span><span class="identifier">period</span> <span class="identifier">period</span><span class="special">;</span>
     <span class="keyword">typedef</span> <span class="identifier">chrono</span><span class="special">::</span> <code class="computeroutput"><span class="identifier">time_point</span></code><span class="special">&lt;</span><span class="identifier">suspendible_clock</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">time_point</span><span class="special">;</span>
- <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">bool</span> <span class="identifier">is_monotonic</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">;</span>
+ <span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">bool</span> <span class="identifier">is_steady</span> <span class="special">=</span> <span class="keyword">true</span><span class="special">;</span>
 
     <span class="keyword">static</span> <span class="identifier">time_point</span> <span class="identifier">now</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
 
@@ -314,10 +300,9 @@
     <span class="keyword">static</span> <span class="identifier">duration</span> <span class="identifier">suspended</span><span class="special">(</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span><span class="special">);</span>
 <span class="special">};</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h6 class="title">
-<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock._scoped_suspend__specialization_for__suspendible_clock___"></a><a href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock._scoped_suspend__specialization_for__suspendible_clock___" title="scoped_suspend specialization for
- suspendible_clock&lt;&gt;"><code class="computeroutput"><span class="identifier">scoped_suspend</span></code> specialization for
+<a name="boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock._scoped_suspend__specialization_for__suspendible_clock___"></a><a class="link" href="other_clocks.html#boost_stopwatches.reference.other_clocks.suspendible_clock_hpp.suspendible_clock._scoped_suspend__specialization_for__suspendible_clock___" title="scoped_suspend specialization for suspendible_clock&lt;&gt;"><code class="computeroutput"><span class="identifier">scoped_suspend</span></code> specialization for
             <code class="computeroutput"><span class="identifier">suspendible_clock</span><span class="special">&lt;&gt;</span></code></a>
 </h6></div></div></div>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">&gt;</span>
@@ -333,7 +318,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>
@@ -341,7 +326,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="stopwatches_hpp.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="stopwatches.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="chrono_stopwatches_hpp.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="stopwatches.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/reporters.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/reporters.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/reporters.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,13 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Stopwatch Reporters</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../reference.html" title=" Reference ">
-<link rel="prev" href="stopwatches.html" title=" Stopwatches">
-<link rel="next" href="formatters.html" title=" Stopwatch Formatters">
+<title>Stopwatch Reporters</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="stopwatches.html" title="Stopwatches">
+<link rel="next" href="formatters.html" title="Stopwatch Formatters">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -22,64 +22,55 @@
 <div class="spirit-nav">
 <a accesskey="p" href="stopwatches.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="formatters.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.reference.reporters"></a> Stopwatch Reporters
+<a name="boost_stopwatches.reference.reporters"></a><a class="link" href="reporters.html" title="Stopwatch Reporters">Stopwatch Reporters</a>
 </h3></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.formatter_req">
- <code class="computeroutput"><span class="identifier">Formatter</span></code> Requirements</a></span></dt>
+<dt><span class="section">Formatter Requirements</span></dt>
 <dt><span class="section">Formatter related traits</span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_reporter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_reporter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.basic_stopwatch_reporter">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.wstopwatch_reporter">
- Template Class <code class="computeroutput"><span class="identifier">wstopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.basic_stopwatch_reporter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.wstopwatch_reporter">Template
+ Class <code class="computeroutput"><span class="identifier">wstopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
 </dl></dd>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.basic_stopclock">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock">
- Template Class <code class="computeroutput"><span class="identifier">stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock_typedefs">
- <code class="computeroutput"><span class="identifier">stopclock</span></code> useful typedefs</a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock">
- Template Class <code class="computeroutput"><span class="identifier">wstopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock_typedefs">
- <code class="computeroutput"><span class="identifier">wstopclock</span></code> useful typedefs</a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.basic_stopclock">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock">Template
+ Class <code class="computeroutput"><span class="identifier">stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">stopclock useful typedefs</span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock">Template
+ Class <code class="computeroutput"><span class="identifier">wstopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">wstopclock useful typedefs</span></dt>
 </dl></dd>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.basic_stopclock_accumulator">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator">
- Template Class <code class="computeroutput"><span class="identifier">stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator_typedefs">
- <code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code> useful
- typedefs</a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator">
- Template Class <code class="computeroutput"><span class="identifier">wstopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator_typedefs">
- <code class="computeroutput"><span class="identifier">wstopclock_accumulator</span></code>
- useful typedefs</a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.basic_stopclock_accumulator">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator">Template
+ Class <code class="computeroutput"><span class="identifier">stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">stopclock_accumulator useful typedefs</span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator">Template
+ Class <code class="computeroutput"><span class="identifier">wstopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">wstopclock_accumulator useful typedefs</span></dt>
 </dl></dd>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dd><dl><dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp.scoped_stopclock">
- Template Class <code class="computeroutput"><span class="identifier">scoped_stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></dd>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dd><dl><dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp.scoped_stopclock">Template
+ Class <code class="computeroutput"><span class="identifier">scoped_stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></dd>
 </dl></div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.reporters.formatter_req"></a><a href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="
- Formatter Requirements">
- <code class="computeroutput"><span class="identifier">Formatter</span></code> Requirements</a>
+<a name="boost_stopwatches.reference.reporters.formatter_req"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.formatter_req" title="Formatter Requirements"><code class="computeroutput"><span class="identifier">Formatter</span></code> Requirements</a>
 </h4></div></div></div>
 <p>
           A Formatter outputs on a given ostream a formatted string combining informations
@@ -99,7 +90,7 @@
         </p>
 <div class="table">
 <a name="boost_stopwatches.reference.reporters.formatter_req.formatter_requirements"></a><p class="title"><b>Table&#160;3.&#160;Formatter Requirements</b></p>
-<table class="table" summary="Formatter Requirements">
+<div class="table-contents"><table class="table" summary="Formatter Requirements">
 <colgroup>
 <col>
 <col>
@@ -196,29 +187,26 @@
                 </td>
 </tr>
 </tbody>
-</table>
+</table></div>
 </div>
-<p>
+<br class="table-break"><p>
           Models of <code class="computeroutput"><span class="identifier">Formatter</span></code>:
         </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
- <a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp.basic_stopwatch_formatter" title="
- Template Class basic_stopwatch_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
+ <a class="link" href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_formatter_hpp.basic_stopwatch_formatter" title="Template Class basic_stopwatch_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a>
             </li>
-<li>
- <a href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="
- Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a>
+<li class="listitem">
+ <a class="link" href="formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a>
             </li>
-<li>
- <a href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.basic_24_hours_formatter" title="
- Template Class basic_24_hours_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span></code></a>
+<li class="listitem">
+ <a class="link" href="formatters.html#boost_stopwatches.reference.formatters.t24_hours_formatter_hpp.basic_24_hours_formatter" title="Template Class basic_24_hours_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">basic_24_hours_formatter</span></code></a>
             </li>
 </ul></div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.reporters._formatter__related_traits"></a>Formatter related traits
+<a name="boost_stopwatches.reference.reporters._formatter__related_traits"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters._formatter__related_traits" title="Formatter related traits"><code class="computeroutput"><span class="identifier">Formatter</span></code> related traits</a>
 </h4></div></div></div>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Stopwatch</span><span class="special">&gt;</span>
 <span class="keyword">struct</span> <span class="identifier">stopwatch_reporter_default_formatter</span> <span class="special">{</span>
@@ -227,25 +215,23 @@
 </pre>
 <p>
           The nested typedef <code class="computeroutput"><span class="identifier">type</span></code>
- defines the default formatter used by the <a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a> class when
+ defines the default formatter used by the <a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a> class when
           the <code class="computeroutput"><span class="identifier">Formatter</span></code> parameter
           is not explicit.
         </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.reporters.stopwatch_reporter_hpp"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp" title="
- Header &lt;boost/stopwatches/stopwatch_reporter.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_reporter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopwatch_reporter_hpp"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp" title="Header &lt;boost/stopwatches/stopwatch_reporter.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_reporter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.basic_stopwatch_reporter">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.wstopwatch_reporter">
- Template Class <code class="computeroutput"><span class="identifier">wstopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.basic_stopwatch_reporter">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.wstopwatch_reporter">Template
+ Class <code class="computeroutput"><span class="identifier">wstopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a></span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
     <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Stopwatch</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Formatter</span><span class="special">&gt;</span>
@@ -256,8 +242,7 @@
 
     <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Stopwatch</span><span class="special">,</span>
               <span class="keyword">class</span> <span class="identifier">Formatter</span><span class="special">=</span><span class="keyword">typename</span> <span class="identifier">stopwatch_reporter_default_formatter</span><span class="special">&lt;</span><span class="identifier">Stopwatch</span><span class="special">&gt;::</span><span class="identifier">type</span><span class="special">&gt;</span>
- <span class="keyword">class</span> <a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">;</span>
+ <span class="keyword">class</span> <a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">;</span>
     
     <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Stopwatch</span><span class="special">&gt;</span>
     <span class="keyword">struct</span> <span class="identifier">wstopwatch_reporter_default_formatter</span><span class="special">;</span>
@@ -267,11 +252,10 @@
     <span class="keyword">class</span> <span class="identifier">wstopwatch_reporter</span><span class="special">;</span>
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.basic_stopwatch_reporter"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.basic_stopwatch_reporter" title="
- Template Class basic_stopwatch_reporter&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.basic_stopwatch_reporter"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.basic_stopwatch_reporter" title="Template Class basic_stopwatch_reporter&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             class <code class="computeroutput"><span class="identifier">basic_stopwatch_reporter</span></code>
@@ -279,11 +263,11 @@
             provides and it adds reporting capabilities that can be invoked in a
             single line of code. The reporting is controleed by two parameters:
           </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
                 format : The output format
               </li>
-<li>
+<li class="listitem">
                 places(precision): the number of decimal placess used.
               </li>
 </ul></div>
@@ -336,24 +320,22 @@
 <span class="special">};</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
- class <a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a> provides
+ class <a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a> provides
             a everything a <code class="computeroutput"><span class="identifier">Stopwatch</span></code>
             provides and it adds reporting capabilities that can be invoked in a
             single line of code. The reporting is controleed by two parameters:
           </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
                 format : The output format
               </li>
-<li>
+<li class="listitem">
                 places(precision): the number of decimal placess used.
               </li>
 </ul></div>
@@ -423,11 +405,10 @@
 <span class="special">}</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.wstopwatch_reporter"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.wstopwatch_reporter" title="
- Template Class wstopwatch_reporter&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">wstopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.wstopwatch_reporter"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.wstopwatch_reporter" title="Template Class wstopwatch_reporter&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">wstopwatch_reporter</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             class <code class="computeroutput"><span class="identifier">wstopwatch_reporter</span></code>
@@ -435,11 +416,11 @@
             provides and it adds reporting capabilities that can be invoked in a
             single line of code. The reporting is controleed by two parameters:
           </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
                 format : The output format
               </li>
-<li>
+<li class="listitem">
                 places(precision): the number of decimal placess used.
               </li>
 </ul></div>
@@ -510,33 +491,29 @@
 </pre>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_hpp"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp" title="
- Header &lt;boost/stopwatches/stopclock.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopclock_hpp"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp" title="Header &lt;boost/stopwatches/stopclock.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.basic_stopclock">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock">
- Template Class <code class="computeroutput"><span class="identifier">stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock_typedefs">
- <code class="computeroutput"><span class="identifier">stopclock</span></code> useful typedefs</a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock">
- Template Class <code class="computeroutput"><span class="identifier">wstopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock_typedefs">
- <code class="computeroutput"><span class="identifier">wstopclock</span></code> useful typedefs</a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.basic_stopclock">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock">Template
+ Class <code class="computeroutput"><span class="identifier">stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">stopclock useful typedefs</span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock">Template
+ Class <code class="computeroutput"><span class="identifier">wstopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">wstopclock useful typedefs</span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
     <span class="keyword">template</span> <span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Formatter</span> <span class="special">&gt;</span> <span class="keyword">class</span> <span class="identifier">basic_stopclock</span><span class="special">;</span>
- <span class="keyword">template</span> <span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Formatter</span> <span class="special">&gt;</span> <span class="keyword">class</span> <a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">;</span>
+ <span class="keyword">template</span> <span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Formatter</span> <span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">;</span>
     <span class="keyword">template</span> <span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Formatter</span> <span class="special">&gt;</span> <span class="keyword">class</span> <span class="identifier">wstopclock</span><span class="special">;</span>
 
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">system_stopclock</span><span class="special">;</span>
- <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
- <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">monotonic_stopclock</span><span class="special">;</span>
+ <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+ <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">steady_stopclock</span><span class="special">;</span>
     <span class="preprocessor">#endif</span>
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">high_resolution_stopclock</span><span class="special">;</span>
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">process_real_cpu_stopclock</span><span class="special">;</span>
@@ -544,8 +521,8 @@
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">process_system_cpu_stopclock</span><span class="special">;</span>
 
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">system_wstopclock</span><span class="special">;</span>
- <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
- <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">monotonic_wstopclock</span><span class="special">;</span>
+ <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+ <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">steady_wstopclock</span><span class="special">;</span>
     <span class="preprocessor">#endif</span>
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">high_resolution_wstopclock</span><span class="special">;</span>
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">process_real_cpu_wstopclock</span><span class="special">;</span>
@@ -553,11 +530,10 @@
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">process_system_cpu_wstopclock</span><span class="special">;</span>
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_hpp.basic_stopclock"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.basic_stopclock" title="
- Template Class basic_stopclock&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopclock</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopclock_hpp.basic_stopclock"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.basic_stopclock" title="Template Class basic_stopclock&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopclock</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">basic_stopclock</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">,</span><span class="identifier">Formatter</span><span class="special">&gt;</span></code>
@@ -602,11 +578,10 @@
 <span class="special">};</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_hpp.stopclock"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">stopclock</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopclock_hpp.stopclock"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">stopclock</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             A stopclock is a stopwatch with the ability to report elapsed time on
@@ -654,20 +629,18 @@
 <span class="special">};</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_hpp.stopclock_typedefs"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock_typedefs" title="
- stopclock useful typedefs">
- <code class="computeroutput"><span class="identifier">stopclock</span></code> useful typedefs</a>
+<a name="boost_stopwatches.reference.reporters.stopclock_hpp.stopclock_typedefs"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock_typedefs" title="stopclock useful typedefs"><code class="computeroutput"><span class="identifier">stopclock</span></code> useful typedefs</a>
 </h5></div></div></div>
 <p>
             The library provides stopclock shortcuts for all the models of <code class="computeroutput"><span class="identifier">Clock</span></code>, replacing clock by stopclock.
           </p>
 <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopclock</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">system_clock</span> <span class="special">&gt;</span>
     <span class="identifier">system_stopwatch_stopclock</span><span class="special">;</span>
-<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
-<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopclock</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">monotonic_clock</span> <span class="special">&gt;</span>
- <span class="identifier">monotonic_stopwatch_stopclock</span><span class="special">;</span>
+<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopclock</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">steady_clock</span> <span class="special">&gt;</span>
+ <span class="identifier">steady_stopwatch_stopclock</span><span class="special">;</span>
 <span class="preprocessor">#endif</span>
 <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopclock</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">high_resolution_clock</span> <span class="special">&gt;</span>
     <span class="identifier">high_resolution_stopclock</span><span class="special">;</span>
@@ -679,11 +652,10 @@
     <span class="identifier">process_system_cpu_stopclock</span><span class="special">;</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock" title="
- Template Class wstopclock&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">wstopclock</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock" title="Template Class wstopclock&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">wstopclock</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">wstopclock</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span></code>
@@ -730,20 +702,18 @@
 <span class="special">};</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock_typedefs"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock_typedefs" title="
- wstopclock useful typedefs">
- <code class="computeroutput"><span class="identifier">wstopclock</span></code> useful typedefs</a>
+<a name="boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock_typedefs"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.wstopclock_typedefs" title="wstopclock useful typedefs"><code class="computeroutput"><span class="identifier">wstopclock</span></code> useful typedefs</a>
 </h5></div></div></div>
 <p>
             The library provides wstopclock shortcuts for all the models of <code class="computeroutput"><span class="identifier">Clock</span></code>, replacing clock by wstopclock.
           </p>
 <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">wstopclock</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">system_clock</span> <span class="special">&gt;</span>
     <span class="identifier">system_wstopclock</span><span class="special">;</span>
-<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
-<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">wstopclock</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">monotonic_clock</span> <span class="special">&gt;</span>
- <span class="identifier">monotonic_wstopclock</span><span class="special">;</span>
+<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">wstopclock</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">steady_clock</span> <span class="special">&gt;</span>
+ <span class="identifier">steady_wstopclock</span><span class="special">;</span>
 <span class="preprocessor">#endif</span>
 <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">wstopclock</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">high_resolution_clock</span> <span class="special">&gt;</span>
     <span class="identifier">high_resolution_wstopclock</span><span class="special">;</span>
@@ -756,38 +726,32 @@
 </pre>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp" title="
- Header &lt;boost/stopwatches/stopclock_accumulator.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp" title="Header &lt;boost/stopwatches/stopclock_accumulator.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.basic_stopclock_accumulator">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator">
- Template Class <code class="computeroutput"><span class="identifier">stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator_typedefs">
- <code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code> useful
- typedefs</a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator">
- Template Class <code class="computeroutput"><span class="identifier">wstopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator_typedefs">
- <code class="computeroutput"><span class="identifier">wstopclock_accumulator</span></code>
- useful typedefs</a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.basic_stopclock_accumulator">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator">Template
+ Class <code class="computeroutput"><span class="identifier">stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">stopclock_accumulator useful typedefs</span></dt>
+<dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator">Template
+ Class <code class="computeroutput"><span class="identifier">wstopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section">wstopclock_accumulator useful typedefs</span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
     <span class="keyword">template</span> <span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Formatter</span> <span class="special">&gt;</span>
     <span class="keyword">class</span> <span class="identifier">basic_stopclock_accumulator</span><span class="special">;</span>
     <span class="keyword">template</span> <span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Formatter</span> <span class="special">&gt;</span>
- <span class="keyword">class</span> <a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">;</span>
+ <span class="keyword">class</span> <a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">;</span>
     <span class="keyword">template</span> <span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Formatter</span> <span class="special">&gt;</span>
     <span class="keyword">class</span> <span class="identifier">wstopclock_accumulator</span><span class="special">;</span>
 
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">system_stopclock_accumulator</span><span class="special">;</span>
- <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
- <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">monotonic_stopclock_accumulator</span><span class="special">;</span>
+ <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+ <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">steady_stopclock_accumulator</span><span class="special">;</span>
     <span class="preprocessor">#endif</span>
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">high_resolution_stopclock_accumulator</span><span class="special">;</span>
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">process_real_cpu_stopclock_accumulator</span><span class="special">;</span>
@@ -795,8 +759,8 @@
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">process_system_cpu_stopclock_accumulator</span><span class="special">;</span>
 
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">system_wstopclock_accumulator</span><span class="special">;</span>
- <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
- <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">monotonic_wstopclock_accumulator</span><span class="special">;</span>
+ <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+ <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">steady_wstopclock_accumulator</span><span class="special">;</span>
     <span class="preprocessor">#endif</span>
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">high_resolution_wstopclock_accumulator</span><span class="special">;</span>
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">process_real_cpu_wstopclock_accumulator</span><span class="special">;</span>
@@ -804,11 +768,10 @@
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">process_system_cpu_wstopclock_accumulator</span><span class="special">;</span>
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.basic_stopclock_accumulator"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.basic_stopclock_accumulator" title="
- Template Class basic_stopclock_accumulator&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">basic_stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.basic_stopclock_accumulator"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.basic_stopclock_accumulator" title="Template Class basic_stopclock_accumulator&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">basic_stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">basic_stopclock_accumulator</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span></code> template class is a shortcut of
@@ -858,11 +821,10 @@
 <span class="special">};</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">stopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">stopclock_accumulator</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span></code> template class is a shortcut of
@@ -912,13 +874,9 @@
 <span class="special">};</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator_typedefs"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator_typedefs" title="
- stopclock_accumulator useful
- typedefs">
- <code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code> useful
- typedefs</a>
+<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator_typedefs"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator_typedefs" title="stopclock_accumulator useful typedefs"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code> useful typedefs</a>
 </h5></div></div></div>
 <p>
             The library provides stopclock_accumulator shortcuts for all the models
@@ -927,9 +885,9 @@
           </p>
 <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopclock_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">system_clock</span> <span class="special">&gt;</span>
     <span class="identifier">system_stopclock_accumulator</span><span class="special">;</span>
-<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
-<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopclock_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">monotonic_clock</span> <span class="special">&gt;</span>
- <span class="identifier">monotonic_stopclock_accumulator</span><span class="special">;</span>
+<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopclock_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">steady_clock</span> <span class="special">&gt;</span>
+ <span class="identifier">steady_stopclock_accumulator</span><span class="special">;</span>
 <span class="preprocessor">#endif</span>
 <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopclock_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">high_resolution_clock</span> <span class="special">&gt;</span>
     <span class="identifier">high_resolution_stopclock_accumulator</span><span class="special">;</span>
@@ -941,11 +899,10 @@
     <span class="identifier">process_system_cpu_stopclock_accumulator</span><span class="special">;</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator" title="
- Template Class wstopclock_accumulator&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">wstopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator" title="Template Class wstopclock_accumulator&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">wstopclock_accumulator</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">wstopclock_accumulator</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span></code> template class is a shortcut of
@@ -995,13 +952,9 @@
 <span class="special">};</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator_typedefs"></a><a href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator_typedefs" title="
- wstopclock_accumulator
- useful typedefs">
- <code class="computeroutput"><span class="identifier">wstopclock_accumulator</span></code>
- useful typedefs</a>
+<a name="boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator_typedefs"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.wstopclock_accumulator_typedefs" title="wstopclock_accumulator useful typedefs"><code class="computeroutput"><span class="identifier">wstopclock_accumulator</span></code> useful typedefs</a>
 </h5></div></div></div>
 <p>
             The library provides wstopclock_accumulator shortcuts for all the models
@@ -1010,9 +963,9 @@
           </p>
 <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">wstopclock_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">system_clock</span> <span class="special">&gt;</span>
     <span class="identifier">system_wstopclock_accumulator</span><span class="special">;</span>
-<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
-<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">wstopclock_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">monotonic_clock</span> <span class="special">&gt;</span>
- <span class="identifier">monotonic_wstopclock_accumulator</span><span class="special">;</span>
+<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">wstopclock_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">steady_clock</span> <span class="special">&gt;</span>
+ <span class="identifier">steady_wstopclock_accumulator</span><span class="special">;</span>
 <span class="preprocessor">#endif</span>
 <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">wstopclock_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">high_resolution_clock</span> <span class="special">&gt;</span>
     <span class="identifier">high_resolution_wstopclock_accumulator</span><span class="special">;</span>
@@ -1025,23 +978,21 @@
 </pre>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.reporters.scoped_stopclock_hpp"></a><a href="reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp" title="
- Header &lt;boost/stopwatches/scoped_stopclock.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.scoped_stopclock_hpp"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp" title="Header &lt;boost/stopwatches/scoped_stopclock.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
-<div class="toc"><dl><dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp.scoped_stopclock">
- Template Class <code class="computeroutput"><span class="identifier">scoped_stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></div>
+<div class="toc"><dl><dt><span class="section"><a href="reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp.scoped_stopclock">Template
+ Class <code class="computeroutput"><span class="identifier">scoped_stopclock</span><span class="special">&lt;&gt;</span></code></a></span></dt></dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
     <span class="keyword">template</span> <span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Formatter</span> <span class="special">&gt;</span> <span class="keyword">class</span> <span class="identifier">scoped_stopclock</span><span class="special">;</span>
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.reporters.scoped_stopclock_hpp.scoped_stopclock"></a><a href="reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp.scoped_stopclock" title="
- Template Class scoped_stopclock&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">scoped_stopclock</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.reporters.scoped_stopclock_hpp.scoped_stopclock"></a><a class="link" href="reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp.scoped_stopclock" title="Template Class scoped_stopclock&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">scoped_stopclock</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             <code class="computeroutput"><span class="identifier">scoped_stopclock</span><span class="special">&lt;&gt;</span></code>is
@@ -1070,8 +1021,8 @@
 <span class="special">}</span>
 </pre>
 <a name="boost_stopwatches.reference.reporters.scoped_stopclock_hpp.scoped_stopclock.synopsis"></a><h6>
-<a name="id5038110"></a>
- Synopsis
+<a name="id3437895"></a>
+ <a class="link" href="reporters.html#boost_stopwatches.reference.reporters.scoped_stopclock_hpp.scoped_stopclock.synopsis">Synopsis</a>
           </h6>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span> <span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">=</span><span class="identifier">process_cpu_clock</span>
     <span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Formatter</span><span class="special">=</span><span class="keyword">typename</span> <span class="identifier">stopwatch_reporter_default_formatter</span><span class="special">&lt;</span><span class="identifier">stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;&gt;::</span><span class="identifier">type</span>
@@ -1128,7 +1079,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/stopwatches.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/stopwatches.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/stopwatches.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,13 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Stopwatches</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../reference.html" title=" Reference ">
-<link rel="prev" href="other_clocks.html" title=" Other clocks">
-<link rel="next" href="reporters.html" title=" Stopwatch Reporters">
+<title>Stopwatches</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="other_clocks.html" title="Other clocks">
+<link rel="next" href="reporters.html" title="Stopwatch Reporters">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -22,84 +22,80 @@
 <div class="spirit-nav">
 <a accesskey="p" href="other_clocks.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reporters.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.reference.stopwatches"></a> Stopwatches
+<a name="boost_stopwatches.reference.stopwatches"></a><a class="link" href="stopwatches.html" title="Stopwatches">Stopwatches</a>
 </h3></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req">
- <code class="computeroutput"><span class="identifier">Stopwatch</span></code> Requirements</a></span></dt>
+<dt><span class="section">Stopwatch Requirements</span></dt>
 <dd><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_start">
- Member Function <code class="computeroutput"><span class="identifier">start</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_stop">
- Member Function <code class="computeroutput"><span class="identifier">stop</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_suspend">
- Member Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_resume">
- Member Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_restart">
- Member Function <code class="computeroutput"><span class="identifier">restart</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_start">Member
+ Function <code class="computeroutput"><span class="identifier">start</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_stop">Member
+ Function <code class="computeroutput"><span class="identifier">stop</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_suspend">Member
+ Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_resume">Member
+ Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_restart">Member
+ Function <code class="computeroutput"><span class="identifier">restart</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.elapsed">Member
+ Function <code class="computeroutput"><span class="identifier">elapsed</span><span class="special">()</span></code></a></span></dt>
 </dl></dd>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">lightweight_stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">lightweight_stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.dont_start_t">
- Class <code class="computeroutput"><span class="identifier">dont_start_t</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch">
- Template Class <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.dont_start_t">Class
+ <code class="computeroutput"><span class="identifier">dont_start_t</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch">Template
+ Class <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;&gt;</span></code></a></span></dt>
 </dl></dd>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.spec">
- <code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.spec"><code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
           Specialization</a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch_typedefs">
- <code class="computeroutput"><span class="identifier">stopwatch</span></code> useful typedefs</a></span></dt>
+<dt><span class="section">stopwatch useful typedefs</span></dt>
 </dl></dd>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.spec">
- <code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.spec"><code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
           Specialization</a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator_typedefs">
- <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code> useful
- typedefs</a></span></dt>
+<dt><span class="section">stopwatch_accumulator useful typedefs</span></dt>
 </dl></dd>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_scoped</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_scoped</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_runner">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_runner</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_suspender">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_suspender</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_resumer">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_resumer</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_runner">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_runner</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_suspender">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_suspender</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_resumer">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_resumer</span><span class="special">&lt;&gt;</span></code></a></span></dt>
 </dl></dd>
 </dl></div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_req"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements">
- <code class="computeroutput"><span class="identifier">Stopwatch</span></code> Requirements</a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_req"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code> Requirements</a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_start">
- Member Function <code class="computeroutput"><span class="identifier">start</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_stop">
- Member Function <code class="computeroutput"><span class="identifier">stop</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_suspend">
- Member Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_resume">
- Member Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_restart">
- Member Function <code class="computeroutput"><span class="identifier">restart</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_start">Member
+ Function <code class="computeroutput"><span class="identifier">start</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_stop">Member
+ Function <code class="computeroutput"><span class="identifier">stop</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_suspend">Member
+ Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_resume">Member
+ Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_restart">Member
+ Function <code class="computeroutput"><span class="identifier">restart</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.elapsed">Member
+ Function <code class="computeroutput"><span class="identifier">elapsed</span><span class="special">()</span></code></a></span></dt>
 </dl></div>
 <p>
           A Stopwatch measure the amount of time elapsed from a start point in time
@@ -114,7 +110,7 @@
         </p>
 <div class="table">
 <a name="boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_requirements"></a><p class="title"><b>Table&#160;2.&#160;Stopwatch Requirements</b></p>
-<table class="table" summary="Stopwatch Requirements">
+<div class="table-contents"><table class="table" summary="Stopwatch Requirements">
 <colgroup>
 <col>
 <col>
@@ -345,13 +341,12 @@
                 </td>
 </tr>
 </tbody>
-</table>
+</table></div>
 </div>
-<div class="section" lang="en">
+<br class="table-break"><div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_start"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_start" title="
- Member Function start()">
- Member Function <code class="computeroutput"><span class="identifier">start</span><span class="special">()</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_start"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_start" title="Member Function start()">Member
+ Function <code class="computeroutput"><span class="identifier">start</span><span class="special">()</span></code></a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="identifier">time_point</span> <span class="identifier">start</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
 </pre>
@@ -365,11 +360,10 @@
             <span class="bold"><strong>Throw:</strong></span> Any exception the <code class="computeroutput"><span class="identifier">Clock</span><span class="special">::</span><span class="identifier">now</span></code> function can throw when <code class="computeroutput"><span class="identifier">ec</span></code> is <code class="computeroutput"><span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span></code>
           </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_stop"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_stop" title="
- Member Function stop()">
- Member Function <code class="computeroutput"><span class="identifier">stop</span><span class="special">()</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_stop"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_stop" title="Member Function stop()">Member
+ Function <code class="computeroutput"><span class="identifier">stop</span><span class="special">()</span></code></a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="identifier">duration</span> <span class="identifier">stop</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
 </pre>
@@ -383,11 +377,10 @@
             <span class="bold"><strong>Throw:</strong></span> Any exception the <code class="computeroutput"><span class="identifier">Clock</span><span class="special">::</span><span class="identifier">now</span></code> function can throw when <code class="computeroutput"><span class="identifier">ec</span></code> is <code class="computeroutput"><span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span></code>
           </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_suspend"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_suspend" title="
- Member Function suspend()">
- Member Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_suspend"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_suspend" title="Member Function suspend()">Member
+ Function <code class="computeroutput"><span class="identifier">suspend</span><span class="special">()</span></code></a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="identifier">duration</span> <span class="identifier">suspend</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
 </pre>
@@ -398,11 +391,10 @@
             <span class="bold"><strong>Throw:</strong></span> Any exception the <code class="computeroutput"><span class="identifier">Clock</span><span class="special">::</span><span class="identifier">now</span></code> function can throw when <code class="computeroutput"><span class="identifier">ec</span></code> is <code class="computeroutput"><span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span></code>
           </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_resume"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_resume" title="
- Member Function resume()">
- Member Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_resume"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_resume" title="Member Function resume()">Member
+ Function <code class="computeroutput"><span class="identifier">resume</span><span class="special">()</span></code></a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="identifier">time_point</span> <span class="identifier">resume</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
 </pre>
@@ -417,11 +409,10 @@
             function can throw.
           </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_restart"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_restart" title="
- Member Function restart()">
- Member Function <code class="computeroutput"><span class="identifier">restart</span><span class="special">()</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_restart"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.stopwatch_restart" title="Member Function restart()">Member
+ Function <code class="computeroutput"><span class="identifier">restart</span><span class="special">()</span></code></a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="identifier">time_point</span> <span class="identifier">restart</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
 </pre>
@@ -435,31 +426,42 @@
             <span class="bold"><strong>Throw:</strong></span> Any exception the <code class="computeroutput"><span class="identifier">Clock</span><span class="special">::</span><span class="identifier">now</span></code> function can throw when <code class="computeroutput"><span class="identifier">ec</span></code> is <code class="computeroutput"><span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span></code>
           </p>
 </div>
+<div class="section">
+<div class="titlepage"><div><div><h5 class="title">
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_req.elapsed"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req.elapsed" title="Member Function elapsed()">Member
+ Function <code class="computeroutput"><span class="identifier">elapsed</span><span class="special">()</span></code></a>
+</h5></div></div></div>
+<pre class="programlisting"><span class="identifier">duration</span> <span class="identifier">elapsed</span><span class="special">(</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
+</pre>
+<p>
+ <span class="bold"><strong>Returns:</strong></span> the cumulated elapsed time.
+ </p>
+<p>
+ <span class="bold"><strong>Throw:</strong></span> Any exception the <code class="computeroutput"><span class="identifier">Clock</span><span class="special">::</span><span class="identifier">now</span></code> function can throw when <code class="computeroutput"><span class="identifier">ec</span></code> is <code class="computeroutput"><span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span></code>
+ </p>
+</div>
 <p>
           Models of <code class="computeroutput"><span class="identifier">Stopwatch</span></code>:
         </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
- <a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
+ <a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a>
             </li>
-<li>
- <a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a>
+<li class="listitem">
+ <a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a>
             </li>
 </ul></div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp" title="
- Header &lt;boost/stopwatches/lightweight_stopwatch.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">lightweight_stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp" title="Header &lt;boost/stopwatches/lightweight_stopwatch.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">lightweight_stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.dont_start_t">
- Class <code class="computeroutput"><span class="identifier">dont_start_t</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch">
- Template Class <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.dont_start_t">Class
+ <code class="computeroutput"><span class="identifier">dont_start_t</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch">Template
+ Class <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;&gt;</span></code></a></span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
     <span class="keyword">struct</span> <span class="identifier">dont_start_t</span><span class="special">;</span>
@@ -468,20 +470,19 @@
     <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">=</span><span class="identifier">high_resolution_clock</span><span class="special">,</span>
             <span class="keyword">typename</span> <span class="identifier">Features</span><span class="special">=</span><span class="keyword">void</span><span class="special">,</span>
             <span class="keyword">typename</span> <span class="identifier">Weight</span><span class="special">=</span><span class="keyword">void</span>
- <span class="special">&gt;</span> <span class="keyword">class</span> <span class="identifier">__lightweight_stopwatch__</span><span class="special">;</span>
+ <span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch" title="Template Class lightweight_stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">lightweight_stopwatch</span></code></a><span class="special">;</span>
 
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">system_lightweight_stopwatch</span><span class="special">;</span>
- <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
- <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">monotonic_lightweight_stopwatch</span><span class="special">;</span>
+ <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+ <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">steady_lightweight_stopwatch</span><span class="special">;</span>
     <span class="preprocessor">#endif</span>
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">high_resolution_lightweight_stopwatch</span><span class="special">;</span>
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.dont_start_t"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.dont_start_t" title="
- Class dont_start_t">
- Class <code class="computeroutput"><span class="identifier">dont_start_t</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.dont_start_t"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.dont_start_t" title="Class dont_start_t">Class
+ <code class="computeroutput"><span class="identifier">dont_start_t</span></code></a>
 </h5></div></div></div>
 <p>
             Structure used to don't start a <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span></code>
@@ -491,36 +492,33 @@
 <span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">dont_start_t</span> <span class="identifier">dont_start</span><span class="special">;</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch" title="
- Template Class lightweight_stopwatch&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch" title="Template Class lightweight_stopwatch&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c1">
- Constructor <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">(</span> <span class="identifier">storage</span><span class="special">&amp;,</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c1">Constructor
+ <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">(</span> <span class="identifier">storage</span><span class="special">&amp;,</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span>
             <span class="special">&amp;)</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c2">
- Constructor <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">(</span> <span class="identifier">storage</span><span class="special">&amp;,</span> <span class="identifier">dont_start_t</span>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c2">Constructor
+ <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">(</span> <span class="identifier">storage</span><span class="special">&amp;,</span> <span class="identifier">dont_start_t</span>
             <span class="special">&amp;)</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.lightweight_stopwatch_elapsed">
- Member Function <code class="computeroutput"><span class="identifier">elapsed</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.stopwatch_accumulator_accumulated">
- Member Function <code class="computeroutput"><span class="identifier">accumulated</span><span class="special">()</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.stopwatch_accumulator_reset">
- Member Function <code class="computeroutput"><span class="identifier">reset</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.get_storage">Member
+ Function <code class="computeroutput"><span class="identifier">get_storage</span><span class="special">()</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.stopwatch_accumulator_reset">Member
+ Function <code class="computeroutput"><span class="identifier">reset</span><span class="special">()</span></code></a></span></dt>
 </dl></div>
 <p>
- <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;&gt;</span></code> is a model of a __lightweight_stopwatch<span class="underline">concept</span>_.
+ <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;&gt;</span></code> is a model of a <a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code> concept</a>.
           </p>
 <p>
             Knowing how long a part of a program takes to execute is useful in both
- test and production environments. A __lightweight<span class="underline">stopwatch</span>_
- object measures elapsed time. It is recommended to use it with clocks
- that measure wall clock rather than CPU time since the intended use is
- performance measurement on systems where total elapsed time is more important
- than just process or CPU time.
+ test and production environments. A <a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch" title="Template Class lightweight_stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">lightweight_stopwatch</span></code></a> object
+ measures elapsed time. It is recommended to use it with clocks that measure
+ wall clock rather than CPU time since the intended use is performance
+ measurement on systems where total elapsed time is more important than
+ just process or CPU time.
           </p>
 <p>
             The maximum measurable elapsed time depends on the Clock parameter. The
@@ -557,11 +555,10 @@
 
     <span class="identifier">duration</span> <span class="identifier">lifetime</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
 
- <span class="keyword">typedef</span> <span class="identifier">lightweight_stopwatch_runner</span><span class="special">&lt;</span><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">scoped_run</span><span class="special">;</span>
- <span class="keyword">typedef</span> <span class="identifier">lightweight_stopwatch_suspender</span><span class="special">&lt;</span><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">scoped_suspend</span><span class="special">;</span>
- <span class="keyword">typedef</span> <span class="identifier">lightweight_stopwatch_resumer</span><span class="special">&lt;</span><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">scoped_resume</span><span class="special">;</span>
- <span class="keyword">typedef</span> <span class="identifier">lightweight_stopwatch_reporter</span><span class="special">&lt;</span><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">reporter</span><span class="special">;</span>
-
+ <span class="keyword">typedef</span> <span class="identifier">stopwatch_runner</span><span class="special">&lt;</span><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">scoped_run</span><span class="special">;</span>
+ <span class="keyword">typedef</span> <span class="identifier">stopwatch_suspender</span><span class="special">&lt;</span><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">scoped_suspend</span><span class="special">;</span>
+ <span class="keyword">typedef</span> <span class="identifier">stopwatch_resumer</span><span class="special">&lt;</span><span class="identifier">lightweight_stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="identifier">scoped_resume</span><span class="special">;</span>
+
 <span class="special">};</span>
 </pre>
 <p>
@@ -571,12 +568,10 @@
             <span class="identifier">Weight</span><span class="special">&gt;</span></code>
             otherwise.
           </p>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h6 class="title">
-<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c1"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c1" title="
- Constructor lightweight_stopwatch( storage&amp;, system::error_code
- &amp;)">
- Constructor <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">(</span> <span class="identifier">storage</span><span class="special">&amp;,</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span>
+<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c1"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c1" title="Constructor lightweight_stopwatch( storage&amp;, system::error_code &amp;)">Constructor
+ <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">(</span> <span class="identifier">storage</span><span class="special">&amp;,</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span>
             <span class="special">&amp;)</span></code></a>
 </h6></div></div></div>
 <pre class="programlisting"><span class="keyword">explicit</span> <span class="identifier">lightweight_stopwatch</span><span class="special">(</span> <span class="identifier">storage</span><span class="special">&amp;</span> <span class="identifier">st</span><span class="special">,</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
@@ -589,12 +584,10 @@
               <span class="bold"><strong>Throw:</strong></span> Any exception the <code class="computeroutput"><span class="identifier">Clock</span><span class="special">::</span><span class="identifier">now</span></code> function can throw when <code class="computeroutput"><span class="identifier">ec</span></code> is <code class="computeroutput"><span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span></code>
             </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h6 class="title">
-<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c2"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c2" title="
- Constructor lightweight_stopwatch( storage&amp;, dont_start_t
- &amp;)">
- Constructor <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">(</span> <span class="identifier">storage</span><span class="special">&amp;,</span> <span class="identifier">dont_start_t</span>
+<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c2"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.c2" title="Constructor lightweight_stopwatch( storage&amp;, dont_start_t &amp;)">Constructor
+ <code class="computeroutput"><span class="identifier">lightweight_stopwatch</span><span class="special">(</span> <span class="identifier">storage</span><span class="special">&amp;,</span> <span class="identifier">dont_start_t</span>
             <span class="special">&amp;)</span></code></a>
 </h6></div></div></div>
 <pre class="programlisting"><span class="keyword">explicit</span> <span class="identifier">lightweight_stopwatch</span><span class="special">(</span> <span class="identifier">storage</span><span class="special">&amp;</span> <span class="identifier">st</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">dont_start_t</span><span class="special">&amp;</span> <span class="identifier">t</span> <span class="special">);</span>
@@ -607,26 +600,10 @@
               <span class="bold"><strong>Throw:</strong></span> Nothing.
             </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h6 class="title">
-<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.lightweight_stopwatch_elapsed"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.lightweight_stopwatch_elapsed" title="
- Member Function elapsed()">
- Member Function <code class="computeroutput"><span class="identifier">elapsed</span><span class="special">()</span></code></a>
-</h6></div></div></div>
-<pre class="programlisting"><span class="identifier">duration</span> <span class="identifier">elapsed</span><span class="special">(</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
-</pre>
-<p>
- <span class="bold"><strong>Returns:</strong></span> the cumulated elapsed time.
- </p>
-<p>
- <span class="bold"><strong>Throw:</strong></span> Any exception the <code class="computeroutput"><span class="identifier">Clock</span><span class="special">::</span><span class="identifier">now</span></code> function can throw when <code class="computeroutput"><span class="identifier">ec</span></code> is <code class="computeroutput"><span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span></code>
- </p>
-</div>
-<div class="section" lang="en">
-<div class="titlepage"><div><div><h6 class="title">
-<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.stopwatch_accumulator_accumulated"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.stopwatch_accumulator_accumulated" title="
- Member Function accumulated()">
- Member Function <code class="computeroutput"><span class="identifier">accumulated</span><span class="special">()</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.get_storage"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.get_storage" title="Member Function get_storage()">Member
+ Function <code class="computeroutput"><span class="identifier">get_storage</span><span class="special">()</span></code></a>
 </h6></div></div></div>
 <pre class="programlisting"><span class="identifier">storage</span><span class="special">&amp;</span> <span class="identifier">get_storage</span><span class="special">();</span>
 </pre>
@@ -637,11 +614,10 @@
               <span class="bold"><strong>Throw:</strong></span> Nothing.
             </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h6 class="title">
-<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.stopwatch_accumulator_reset"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.stopwatch_accumulator_reset" title="
- Member Function reset()">
- Member Function <code class="computeroutput"><span class="identifier">reset</span><span class="special">()</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.stopwatch_accumulator_reset"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch.stopwatch_accumulator_reset" title="Member Function reset()">Member
+ Function <code class="computeroutput"><span class="identifier">reset</span><span class="special">()</span></code></a>
 </h6></div></div></div>
 <pre class="programlisting"><span class="keyword">void</span> <span class="identifier">reset</span><span class="special">(</span> <span class="special">);</span>
 </pre>
@@ -655,24 +631,20 @@
 </div>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp" title="
- Header &lt;boost/stopwatches/stopwatch.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp" title="Header &lt;boost/stopwatches/stopwatch.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.spec">
- <code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.spec"><code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
           Specialization</a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch_typedefs">
- <code class="computeroutput"><span class="identifier">stopwatch</span></code> useful typedefs</a></span></dt>
+<dt><span class="section">stopwatch useful typedefs</span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
- <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">=</span><span class="identifier">high_resolution_clock</span><span class="special">&gt;</span> <span class="keyword">class</span> <a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><span class="special">;</span>
+ <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">=</span><span class="identifier">high_resolution_clock</span><span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><span class="special">;</span>
 
     <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">&gt;</span>
     <span class="keyword">struct</span> <span class="identifier">stopwatch_reporter_default_formatter</span><span class="special">&lt;</span><span class="identifier">stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="special">{</span>
@@ -685,35 +657,32 @@
     <span class="special">};</span>
 
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">system_stopwatch</span><span class="special">;</span>
- <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
- <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">monotonic_stopwatch</span><span class="special">;</span>
+ <span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+ <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">steady_stopwatch</span><span class="special">;</span>
     <span class="preprocessor">#endif</span>
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">above</span><span class="special">&gt;</span> <span class="identifier">high_resolution_stopwatch</span><span class="special">;</span>
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c1">
- Constructor <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span>
- <span class="special">&amp;)</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c2">
- Constructor <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">(</span> <span class="identifier">dont_start_t</span>
- <span class="special">&amp;)</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c1">Constructor
+ <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">(</span>
+ <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;)</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c2">Constructor
+ <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">(</span>
+ <span class="identifier">dont_start_t</span> <span class="special">&amp;)</span></code></a></span></dt>
 </dl></div>
 <p>
             <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">&lt;&gt;</span></code>
- is a model of a <a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code> concept</a>.
+ is a model of a <a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code> concept</a>.
           </p>
 <p>
             Knowing how long a part of a program takes to execute is useful in both
- test and production environments. A <a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a> object measures elapsed
+ test and production environments. A <a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a> object measures elapsed
             time. It is recommended to use it with clocks that measure wall clock
             rather than CPU time since the intended use is performance measurement
             on systems where total elapsed time is more important than just process
@@ -724,22 +693,22 @@
             accuracy of timings depends on the accuracy of timing information provided
             the Clock, and this coudl varies a great deal from one clock to another.
           </p>
-<pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">&gt;</span>
-<span class="keyword">class</span> <span class="identifier">stopwatch</span> <span class="special">:</span> <span class="keyword">private</span> <span class="identifier">base_from_member</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Clock</span><span class="special">::</span><span class="identifier">duration</span><span class="special">&gt;,</span> <span class="keyword">public</span> <span class="identifier">lightweight_stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span>
-<span class="special">{</span>
-<span class="keyword">public</span><span class="special">:</span>
- <span class="keyword">explicit</span> <span class="identifier">stopwatch</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
- <span class="keyword">explicit</span> <span class="identifier">stopwatch</span><span class="special">(</span> <span class="keyword">const</span> <span class="identifier">dont_start_t</span><span class="special">&amp;</span> <span class="identifier">t</span> <span class="special">);</span>
-
-<span class="special">};</span>
+<pre class="programlisting"> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">&gt;</span>
+ <span class="keyword">class</span> <span class="identifier">stopwatch</span> <span class="special">:</span>
+<span class="keyword">private</span> <span class="identifier">base_from_member</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Clock</span><span class="special">::</span><span class="identifier">duration</span><span class="special">&gt;,</span>
+<span class="keyword">public</span> <span class="identifier">lightweight_stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">&gt;</span>
+ <span class="special">{</span>
+ <span class="keyword">public</span><span class="special">:</span>
+ <span class="keyword">explicit</span> <span class="identifier">stopwatch</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
+ <span class="keyword">explicit</span> <span class="identifier">stopwatch</span><span class="special">(</span> <span class="keyword">const</span> <span class="identifier">dont_start_t</span><span class="special">&amp;</span> <span class="identifier">t</span> <span class="special">);</span>
+
+ <span class="special">};</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h6 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c1"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c1" title="
- Constructor stopwatch( system::error_code
- &amp;)">
- Constructor <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span>
- <span class="special">&amp;)</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c1"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c1" title="Constructor stopwatch( system::error_code &amp;)">Constructor
+ <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">(</span>
+ <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;)</span></code></a>
 </h6></div></div></div>
 <pre class="programlisting"><span class="keyword">explicit</span> <span class="identifier">stopwatch</span><span class="special">(</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&amp;</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span> <span class="special">);</span>
 </pre>
@@ -751,13 +720,11 @@
               <span class="bold"><strong>Throw:</strong></span> Any exception the <code class="computeroutput"><span class="identifier">Clock</span><span class="special">::</span><span class="identifier">now</span></code> function can throw when <code class="computeroutput"><span class="identifier">ec</span></code> is <code class="computeroutput"><span class="identifier">system</span><span class="special">::</span><span class="identifier">throws</span></code>
             </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h6 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c2"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c2" title="
- Constructor stopwatch( dont_start_t
- &amp;)">
- Constructor <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">(</span> <span class="identifier">dont_start_t</span>
- <span class="special">&amp;)</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c2"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch.c2" title="Constructor stopwatch( dont_start_t &amp;)">Constructor
+ <code class="computeroutput"><span class="identifier">stopwatch</span><span class="special">(</span>
+ <span class="identifier">dont_start_t</span> <span class="special">&amp;)</span></code></a>
 </h6></div></div></div>
 <pre class="programlisting"><span class="keyword">explicit</span> <span class="identifier">stopwatch</span><span class="special">(</span> <span class="keyword">const</span> <span class="identifier">dont_start_t</span><span class="special">&amp;</span> <span class="identifier">t</span> <span class="special">);</span>
 </pre>
@@ -770,12 +737,9 @@
             </p>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp.spec"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.spec" title="
- stopwatch_reporter_default_formatter
- Specialization">
- <code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp.spec"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.spec" title="stopwatch_reporter_default_formatter Specialization"><code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
           Specialization</a>
 </h5></div></div></div>
 <p>
@@ -799,41 +763,35 @@
 <span class="special">};</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch_typedefs"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch_typedefs" title="
- stopwatch useful typedefs">
- <code class="computeroutput"><span class="identifier">stopwatch</span></code> useful typedefs</a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch_typedefs"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch_typedefs" title="stopwatch useful typedefs"><code class="computeroutput"><span class="identifier">stopwatch</span></code> useful typedefs</a>
 </h5></div></div></div>
 <p>
             The library provides stopwatch short cuts for all the models of <code class="computeroutput"><span class="identifier">Clock</span></code>, replacing clock by stopwatch.
           </p>
 <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopwatch</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">system_clock</span> <span class="special">&gt;</span>
     <span class="identifier">system_stopwatch</span><span class="special">;</span>
-<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
-<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopwatch</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">monotonic_clock</span> <span class="special">&gt;</span>
- <span class="identifier">monotonic_stopwatch</span><span class="special">;</span>
+<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopwatch</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">steady_clock</span> <span class="special">&gt;</span>
+ <span class="identifier">steady_stopwatch</span><span class="special">;</span>
 <span class="preprocessor">#endif</span>
 <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopwatch</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">high_resolution_clock</span> <span class="special">&gt;</span>
     <span class="identifier">high_resolution_stopwatch</span><span class="special">;</span>
 </pre>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp" title="
- Header &lt;boost/stopwatches/stopwatch_accumulator.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp" title="Header &lt;boost/stopwatches/stopwatch_accumulator.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.spec">
- <code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.spec"><code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
           Specialization</a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator_typedefs">
- <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code> useful
- typedefs</a></span></dt>
+<dt><span class="section">stopwatch_accumulator useful typedefs</span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
     <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">,</span>
@@ -844,8 +802,7 @@
                     <span class="identifier">accumulators</span><span class="special">::</span><span class="identifier">tag</span><span class="special">::</span><span class="identifier">max</span><span class="special">,</span>
                     <span class="identifier">accumulators</span><span class="special">::</span><span class="identifier">tag</span><span class="special">::</span><span class="identifier">mean</span> <span class="special">&gt;,</span>
                 <span class="keyword">typename</span> <span class="identifier">Weight</span><span class="special">=</span><span class="keyword">void</span>
- <span class="special">&gt;</span> <span class="keyword">class</span> <a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">;</span>
+ <span class="special">&gt;</span> <span class="keyword">class</span> <a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">;</span>
 
     <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">Accumulator</span><span class="special">&gt;</span>
     <span class="keyword">struct</span> <span class="identifier">stopwatch_reporter_default_formatter</span><span class="special">&lt;</span><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">,</span> <span class="identifier">Accumulator</span><span class="special">&gt;</span> <span class="special">&gt;</span> <span class="special">{</span>
@@ -858,42 +815,42 @@
     <span class="special">};</span>
 
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">below</span><span class="special">&gt;</span> <span class="identifier">system_stopwatch_accumulator</span><span class="special">;</span>
-<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
- <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">below</span><span class="special">&gt;</span> <span class="identifier">monotonic_stopwatch_accumulator</span><span class="special">;</span>
+<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+ <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">below</span><span class="special">&gt;</span> <span class="identifier">steady_stopwatch_accumulator</span><span class="special">;</span>
 <span class="preprocessor">#endif</span>
     <span class="keyword">typedef</span> <span class="special">&lt;</span><span class="identifier">see</span> <span class="identifier">below</span><span class="special">&gt;</span> <span class="identifier">high_resolution_stopwatch_accumulator</span><span class="special">;</span>
 
 <span class="special">}}</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
-<div class="toc"><dl><dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator.stopwatch_accumulator_c">
- Constructor <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">()</span></code></a></span></dt></dl></div>
+<div class="toc"><dl><dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator.stopwatch_accumulator_c">Constructor
+ <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">()</span></code></a></span></dt></dl></div>
 <p>
- A <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;&gt;</span></code> is a model of a <a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code> concept</a> that allows
+ A <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;&gt;</span></code> is a model of a <a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code> concept</a> that allows
             to accumulate the time in several times instead of at once as it is the
- case of the class <a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><code class="computeroutput"><span class="special">&lt;&gt;</span></code>.
+ case of the class <a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><code class="computeroutput"><span class="special">&lt;&gt;</span></code>.
           </p>
 <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Clock</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Features</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Weight</span><span class="special">&gt;</span>
 <span class="keyword">class</span> <span class="identifier">stopwatch_accumulator</span>
- <span class="special">:</span> <span class="keyword">private</span> <span class="identifier">base_from_member</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">accumulators</span><span class="special">::</span><span class="identifier">accumulator_set</span><span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Clock</span><span class="special">::</span><span class="identifier">duration</span><span class="special">::</span><span class="identifier">rep</span><span class="special">,</span> <span class="identifier">Features</span><span class="special">,</span> <span class="identifier">Weight</span><span class="special">&gt;</span> <span class="special">&gt;,</span>
+ <span class="special">:</span> <span class="keyword">private</span> <span class="identifier">base_from_member</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">accumulators</span><span class="special">::</span><span class="identifier">accumulator_set</span><span class="special">&lt;</span>
+ <span class="keyword">typename</span> <span class="identifier">Clock</span><span class="special">::</span><span class="identifier">duration</span><span class="special">::</span><span class="identifier">rep</span><span class="special">,</span> <span class="identifier">Features</span><span class="special">,</span> <span class="identifier">Weight</span>
+ <span class="special">&gt;</span>
+<span class="special">&gt;,</span>
       <span class="keyword">public</span> <span class="identifier">lightweight_stopwatch</span><span class="special">&lt;</span><span class="identifier">Clock</span><span class="special">,</span><span class="identifier">Features</span><span class="special">,</span><span class="identifier">Weight</span><span class="special">&gt;</span>
 <span class="special">{</span>
 <span class="keyword">public</span><span class="special">:</span>
     <span class="identifier">stopwatch_accumulator</span><span class="special">(</span> <span class="special">);</span>
 <span class="special">};</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h6 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator.stopwatch_accumulator_c"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator.stopwatch_accumulator_c" title="
- Constructor stopwatch_accumulator()">
- Constructor <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">()</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator.stopwatch_accumulator_c"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator.stopwatch_accumulator_c" title="Constructor stopwatch_accumulator()">Constructor
+ <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span><span class="special">()</span></code></a>
 </h6></div></div></div>
 <pre class="programlisting"><span class="identifier">stopwatch_accumulator</span><span class="special">();</span>
 </pre>
@@ -903,12 +860,9 @@
             </p>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.spec"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.spec" title="
- stopwatch_reporter_default_formatter
- Specialization">
- <code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.spec"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.spec" title="stopwatch_reporter_default_formatter Specialization"><code class="computeroutput"><span class="identifier">stopwatch_reporter_default_formatter</span></code>
           Specialization</a>
 </h5></div></div></div>
 <p>
@@ -930,13 +884,9 @@
 <span class="special">};</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator_typedefs"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator_typedefs" title="
- stopwatch_accumulator useful
- typedefs">
- <code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code> useful
- typedefs</a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator_typedefs"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator_typedefs" title="stopwatch_accumulator useful typedefs"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code> useful typedefs</a>
 </h5></div></div></div>
 <p>
             The library provides stopwatch_accumulator shortcuts for all the models
@@ -945,28 +895,27 @@
           </p>
 <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">system_clock</span> <span class="special">&gt;</span>
     <span class="identifier">system_stopwatch_accumulator</span><span class="special">;</span>
-<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_MONOTONIC</span></code>
-<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">monotonic_clock</span> <span class="special">&gt;</span>
- <span class="identifier">monotonic_stopwatch_accumulator</span><span class="special">;</span>
+<span class="preprocessor">#ifdef</span> <code class="computeroutput"><span class="identifier">BOOST_CHRONO_HAS_CLOCK_STEADY</span></code>
+<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">steady_clock</span> <span class="special">&gt;</span>
+ <span class="identifier">steady_stopwatch_accumulator</span><span class="special">;</span>
 <span class="preprocessor">#endif</span>
 <span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><span class="identifier">stopwatch_accumulator</span><span class="special">&lt;</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">chrono</span><span class="special">::</span><span class="identifier">high_resolution_clock</span> <span class="special">&gt;</span>
     <span class="identifier">high_resolution_stopwatch_accumulator</span><span class="special">;</span>
 </pre>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp" title="
- Header &lt;boost/stopwatches/stopwatch_scoped.hpp&gt;">
- Header <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_scoped</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp" title="Header &lt;boost/stopwatches/stopwatch_scoped.hpp&gt;">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_scoped</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h4></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_runner">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_runner</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_suspender">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_suspender</span><span class="special">&lt;&gt;</span></code></a></span></dt>
-<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_resumer">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_resumer</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_runner">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_runner</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_suspender">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_suspender</span><span class="special">&lt;&gt;</span></code></a></span></dt>
+<dt><span class="section"><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_resumer">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_resumer</span><span class="special">&lt;&gt;</span></code></a></span></dt>
 </dl></div>
 <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">stopwatches</span> <span class="special">{</span>
     <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">Stopwatch</span><span class="special">&gt;</span> <span class="keyword">class</span> <span class="identifier">stopwatch_runner</span><span class="special">;</span>
@@ -978,11 +927,10 @@
           Boost.Chrono provides some helper classes ensuring pairwised operations
           (start/stop, suspend/resume, resule/suspend).
         </p>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_runner"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_runner" title="
- Template Class stopwatch_runner&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_runner</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_runner"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_runner" title="Template Class stopwatch_runner&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_runner</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             This helper class ensures that the start/stop are pairwised. Start the
@@ -1010,11 +958,10 @@
 </span><span class="special">}</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_suspender"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_suspender" title="
- Template Class stopwatch_suspender&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_suspender</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_suspender"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_suspender" title="Template Class stopwatch_suspender&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_suspender</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             This helper class ensures that the suspend/resume are pairwised. Suspend
@@ -1048,11 +995,10 @@
 <span class="special">}</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_resumer"></a><a href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_resumer" title="
- Template Class stopwatch_resumer&lt;&gt;">
- Template Class <code class="computeroutput"><span class="identifier">stopwatch_resumer</span><span class="special">&lt;&gt;</span></code></a>
+<a name="boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_resumer"></a><a class="link" href="stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_scoped_hpp.stopwatch_resumer" title="Template Class stopwatch_resumer&lt;&gt;">Template
+ Class <code class="computeroutput"><span class="identifier">stopwatch_resumer</span><span class="special">&lt;&gt;</span></code></a>
 </h5></div></div></div>
 <p>
             This helper class ensures that the resume/suspend are pairwised. Resume
@@ -1094,7 +1040,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/stopwatches_hpp.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/stopwatches_hpp.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/reference/stopwatches_hpp.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,14 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Header
- &lt;boost/stopwatches.hpp&gt;</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../reference.html" title=" Reference ">
-<link rel="prev" href="../reference.html" title=" Reference ">
-<link rel="next" href="other_clocks.html" title=" Other clocks">
+<title>Header &lt;boost/stopwatches.hpp&gt;</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../reference.html" title="Reference">
+<link rel="prev" href="../reference.html" title="Reference">
+<link rel="next" href="chrono_stopwatches_hpp.html" title="Header &lt;boost/stopwatches/stopwatches.hpp&gt;">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -21,36 +20,19 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../reference.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="other_clocks.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../reference.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="chrono_stopwatches_hpp.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.reference.stopwatches_hpp"></a><a href="stopwatches_hpp.html" title=" Header
- &lt;boost/stopwatches.hpp&gt;"> Header
+<a name="boost_stopwatches.reference.stopwatches_hpp"></a><a class="link" href="stopwatches_hpp.html" title="Header &lt;boost/stopwatches.hpp&gt;">Header
       <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a>
 </h3></div></div></div>
-<p>
- This file include all the stopwatches related files except the suspendible
- related files.
- </p>
-<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">scoped_stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_accumulator_time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_reporter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch_scoped</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">time_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
-<span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">t24_hours_formatter</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
+<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 </pre>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>
@@ -58,7 +40,7 @@
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="../reference.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="other_clocks.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="../reference.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="chrono_stopwatches_hpp.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,14 +1,13 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Users'Guide</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../index.html" title="Boost.Stopwatches 0.1.0">
+<title>Users'Guide</title>
+<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="prev" href="overview/description.html" title="Description">
-<link rel="next" href="users_guide/getting_started.html" title=" Getting
- Started">
+<link rel="next" href="users_guide/getting_started.html" title="Getting Started">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -23,16 +22,16 @@
 <div class="spirit-nav">
 <a accesskey="p" href="overview/description.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="users_guide/getting_started.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="boost_stopwatches.users_guide"></a> Users'Guide
+<a name="boost_stopwatches.users_guide"></a><a class="link" href="users_guide.html" title="Users'Guide">Users'Guide</a>
 </h2></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="users_guide/getting_started.html"> Getting
+<dt><span class="section"><a href="users_guide/getting_started.html">Getting
       Started</a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="users_guide/getting_started.html#boost_stopwatches.users_guide.getting_started.install">
- Installing <span class="bold"><strong>Boost.Stopwatches</strong></span></a></span></dt>
+<dt><span class="section"><a href="users_guide/getting_started.html#boost_stopwatches.users_guide.getting_started.install">Installing
+ <span class="bold"><strong>Boost.Stopwatches</strong></span></a></span></dt>
 <dt><span class="section"><a href="users_guide/getting_started.html#boost_stopwatches.users_guide.getting_started.hello_world__">Hello
         World! </a></span></dt>
 </dl></dd>
@@ -48,7 +47,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/examples.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/examples.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/examples.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -2,12 +2,12 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Examples</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../users_guide.html" title=" Users'Guide">
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../users_guide.html" title="Users'Guide">
 <link rel="prev" href="tutorial.html" title="Tutorial">
-<link rel="next" href="../reference.html" title=" Reference ">
+<link rel="next" href="../reference.html" title="Reference">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 <table cellpadding="2" width="100%"><tr>
@@ -22,9 +22,9 @@
 <div class="spirit-nav">
 <a accesskey="p" href="tutorial.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../users_guide.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../reference.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.users_guide.examples"></a>Examples
+<a name="boost_stopwatches.users_guide.examples"></a><a class="link" href="examples.html" title="Examples">Examples</a>
 </h3></div></div></div>
 <div class="toc"><dl>
 <dt><span class="section">Reporting</span></dt>
@@ -35,9 +35,9 @@
           command</a></span></dt>
 </dl></dd>
 </dl></div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.users_guide.examples.reporting"></a>Reporting
+<a name="boost_stopwatches.users_guide.examples.reporting"></a><a class="link" href="examples.html#boost_stopwatches.users_guide.examples.reporting" title="Reporting">Reporting</a>
 </h4></div></div></div>
 <div class="toc"><dl>
 <dt><span class="section">stopclock_example.cpp</span></dt>
@@ -45,9 +45,9 @@
 <dt><span class="section"><a href="examples.html#boost_stopwatches.users_guide.examples.reporting.time_command">time
           command</a></span></dt>
 </dl></div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.users_guide.examples.reporting.stopclock_example_cpp"></a>stopclock_example.cpp
+<a name="boost_stopwatches.users_guide.examples.reporting.stopclock_example_cpp"></a><a class="link" href="examples.html#boost_stopwatches.users_guide.examples.reporting.stopclock_example_cpp" title="stopclock_example.cpp">stopclock_example.cpp</a>
 </h5></div></div></div>
 <p>
             Here is the stopclock_example.cpp program supplied with the Boost Chrono
@@ -64,8 +64,7 @@
 
 <span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span>
 <span class="special">{</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">t</span><span class="special">;</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">t</span><span class="special">;</span>
 
   <span class="keyword">for</span> <span class="special">(</span> <span class="keyword">long</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="number">10000000</span><span class="special">;</span> <span class="special">++</span><span class="identifier">i</span> <span class="special">)</span>
     <span class="identifier">std</span><span class="special">::</span><span class="identifier">sqrt</span><span class="special">(</span> <span class="number">123.456L</span> <span class="special">);</span> <span class="comment">// burn some time
@@ -88,9 +87,9 @@
             <span class="emphasis"><em>See the source file example/stopclock_example.cpp</em></span>
           </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.users_guide.examples.reporting.stopclock_example2_cpp"></a>stopclock_example2.cpp
+<a name="boost_stopwatches.users_guide.examples.reporting.stopclock_example2_cpp"></a><a class="link" href="examples.html#boost_stopwatches.users_guide.examples.reporting.stopclock_example2_cpp" title="stopclock_example2.cpp">stopclock_example2.cpp</a>
 </h5></div></div></div>
 <p>
             The stopclock_example2.cpp program is the same, except that it supplies
@@ -104,8 +103,7 @@
   <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <span class="identifier">format</span> <span class="special">=</span> <span class="identifier">argc</span> <span class="special">&gt;</span> <span class="number">1</span> <span class="special">?</span> <span class="identifier">argv</span><span class="special">[</span><span class="number">1</span><span class="special">]</span> <span class="special">:</span> <span class="string">"%t cpu seconds\n"</span><span class="special">;</span>
   <span class="keyword">int</span> <span class="identifier">places</span> <span class="special">=</span> <span class="identifier">argc</span> <span class="special">&gt;</span> <span class="number">2</span> <span class="special">?</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">atoi</span><span class="special">(</span> <span class="identifier">argv</span><span class="special">[</span><span class="number">2</span><span class="special">]</span> <span class="special">)</span> <span class="special">:</span> <span class="number">2</span><span class="special">;</span>
 
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">t</span><span class="special">(</span> <span class="identifier">format</span><span class="special">,</span> <span class="identifier">places</span> <span class="special">);</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">t</span><span class="special">(</span> <span class="identifier">format</span><span class="special">,</span> <span class="identifier">places</span> <span class="special">);</span>
 
   <span class="keyword">for</span> <span class="special">(</span> <span class="keyword">long</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="number">10000000</span><span class="special">;</span> <span class="special">++</span><span class="identifier">i</span> <span class="special">)</span>
     <span class="identifier">std</span><span class="special">::</span><span class="identifier">sqrt</span><span class="special">(</span> <span class="number">123.456L</span> <span class="special">);</span> <span class="comment">// burn some time
@@ -133,10 +131,9 @@
             <span class="emphasis"><em>See the source file example/stopclock_example2.cpp</em></span>
           </p>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.users_guide.examples.reporting.time_command"></a><a href="examples.html#boost_stopwatches.users_guide.examples.reporting.time_command" title="time
- command">time
+<a name="boost_stopwatches.users_guide.examples.reporting.time_command"></a><a class="link" href="examples.html#boost_stopwatches.users_guide.examples.reporting.time_command" title="time command">time
           command</a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopclock</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
@@ -173,8 +170,7 @@
   <span class="keyword">if</span> <span class="special">(</span> <span class="identifier">verbose</span> <span class="special">)</span>
     <span class="special">{</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"command: \""</span> <span class="special">&lt;&lt;</span> <span class="identifier">s</span><span class="special">.</span><span class="identifier">c_str</span><span class="special">()</span> <span class="special">&lt;&lt;</span> <span class="string">"\"\n"</span><span class="special">;</span> <span class="special">}</span>
 
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">t</span><span class="special">;</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">t</span><span class="special">;</span>
 
   <span class="keyword">return</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">system</span><span class="special">(</span> <span class="identifier">s</span><span class="special">.</span><span class="identifier">c_str</span><span class="special">()</span> <span class="special">);</span>
 <span class="special">}</span>
@@ -187,7 +183,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/getting_started.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/getting_started.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/getting_started.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,13 +1,12 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title> Getting
- Started</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../users_guide.html" title=" Users'Guide">
-<link rel="prev" href="../users_guide.html" title=" Users'Guide">
+<title>Getting Started</title>
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../users_guide.html" title="Users'Guide">
+<link rel="prev" href="../users_guide.html" title="Users'Guide">
 <link rel="next" href="tutorial.html" title="Tutorial">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,33 +22,31 @@
 <div class="spirit-nav">
 <a accesskey="p" href="../users_guide.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../users_guide.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="tutorial.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.users_guide.getting_started"></a><a href="getting_started.html" title=" Getting
- Started"> Getting
+<a name="boost_stopwatches.users_guide.getting_started"></a><a class="link" href="getting_started.html" title="Getting Started">Getting
       Started</a>
 </h3></div></div></div>
 <div class="toc"><dl>
-<dt><span class="section"><a href="getting_started.html#boost_stopwatches.users_guide.getting_started.install">
- Installing <span class="bold"><strong>Boost.Stopwatches</strong></span></a></span></dt>
+<dt><span class="section"><a href="getting_started.html#boost_stopwatches.users_guide.getting_started.install">Installing
+ <span class="bold"><strong>Boost.Stopwatches</strong></span></a></span></dt>
 <dt><span class="section"><a href="getting_started.html#boost_stopwatches.users_guide.getting_started.hello_world__">Hello
         World! </a></span></dt>
 </dl></div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.users_guide.getting_started.install"></a><a href="getting_started.html#boost_stopwatches.users_guide.getting_started.install" title="
- Installing Boost.Stopwatches">
- Installing <span class="bold"><strong>Boost.Stopwatches</strong></span></a>
+<a name="boost_stopwatches.users_guide.getting_started.install"></a><a class="link" href="getting_started.html#boost_stopwatches.users_guide.getting_started.install" title="Installing Boost.Stopwatches">Installing
+ <span class="bold"><strong>Boost.Stopwatches</strong></span></a>
 </h4></div></div></div>
-<a name="boost_stopwatches.users_guide.getting_started.install.getting__emphasis_role__bold__boost_stopwatches__emphasis__"></a><h5>
-<a name="id4949766"></a>
- <a href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.getting__emphasis_role__bold__boost_stopwatches__emphasis__">Getting
+<a name="boost_stopwatches.users_guide.getting_started.install.getting__emphasis_role__bold__boost_stopwatches__emphasis__"></a><h6>
+<a name="id3394722"></a>
+ <a class="link" href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.getting__emphasis_role__bold__boost_stopwatches__emphasis__">Getting
           <span class="bold"><strong>Boost.Stopwatches</strong></span> </a>
- </h5>
+ </h6>
 <p>
           You can get the last stable release of <span class="bold"><strong>Boost.Stopwatches</strong></span>
- by downloading <code class="literal">chrono.zip</code> from the <a href="http://www.boost-consulting.com/vault/index.php?directory=System" target="_top">Boost
- Vault</a>, directories boost/stopwatches and libs/stopwatches.
+ by downloading <code class="literal">stopwatches.zip</code> from the <a href="http://www.boost-consulting.com/vault/index.php?directory=System" target="_top">Boost
+ Vault</a>.
         </p>
 <p>
           You can also access the latest (unstable?) state from the <a href="http://svn.boost.org/svn/boost/sandbox/chrono" target="_top">Boost
@@ -57,11 +54,11 @@
           go to here
           and follow the instructions there for anonymous SVN access.
         </p>
-<a name="boost_stopwatches.users_guide.getting_started.install.where_to_install__emphasis_role__bold__boost_stopwatches__emphasis___"></a><h5>
-<a name="id4949839"></a>
- <a href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.where_to_install__emphasis_role__bold__boost_stopwatches__emphasis___">Where
+<a name="boost_stopwatches.users_guide.getting_started.install.where_to_install__emphasis_role__bold__boost_stopwatches__emphasis___"></a><h6>
+<a name="id3394789"></a>
+ <a class="link" href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.where_to_install__emphasis_role__bold__boost_stopwatches__emphasis___">Where
           to install <span class="bold"><strong>Boost.Stopwatches</strong></span>? </a>
- </h5>
+ </h6>
 <p>
           The simple way is to decompress (or checkout from SVN) the file in your
           BOOST_ROOT directory.
@@ -73,18 +70,18 @@
           Jamfile that is able to work in both environements and use the BOOST_ROOT
           variable. Any help is welcome.
         </p>
-<a name="boost_stopwatches.users_guide.getting_started.install.building__emphasis_role__bold__boost_stopwatches__emphasis__"></a><h5>
-<a name="id4942081"></a>
- <a href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.building__emphasis_role__bold__boost_stopwatches__emphasis__">Building
+<a name="boost_stopwatches.users_guide.getting_started.install.building__emphasis_role__bold__boost_stopwatches__emphasis__"></a><h6>
+<a name="id3394835"></a>
+ <a class="link" href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.building__emphasis_role__bold__boost_stopwatches__emphasis__">Building
           <span class="bold"><strong>Boost.Stopwatches</strong></span> </a>
- </h5>
+ </h6>
 <p>
           <span class="bold"><strong>Boost.Stopwatches</strong></span> is a header only library.
         </p>
-<a name="boost_stopwatches.users_guide.getting_started.install.requirements"></a><h5>
-<a name="id4942117"></a>
- Requirements
- </h5>
+<a name="boost_stopwatches.users_guide.getting_started.install.requirements"></a><h6>
+<a name="id3394870"></a>
+ <a class="link" href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.requirements">Requirements</a>
+ </h6>
 <p>
           <span class="bold"><strong>Boost.Stopwatches</strong></span> depends on some Boost
           libraries. For these specific parts you must use either Boost version 1.44.0
@@ -117,7 +114,7 @@
 <dd><p>
                 for error_code, ...
               </p></dd>
-<dt><span class="term">Boost.Input/Outpu</span></dt>
+<dt><span class="term">Boost.Input/Output</span></dt>
 <dd><p>
                 for io_state, ...
               </p></dd>
@@ -152,39 +149,39 @@
               </p></dd>
 </dl>
 </div>
-<a name="boost_stopwatches.users_guide.getting_started.install.building_an_executable_that_uses__emphasis_role__bold__boost_stopwatches__emphasis__"></a><h5>
-<a name="id4942417"></a>
- <a href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.building_an_executable_that_uses__emphasis_role__bold__boost_stopwatches__emphasis__">Building
+<a name="boost_stopwatches.users_guide.getting_started.install.building_an_executable_that_uses__emphasis_role__bold__boost_stopwatches__emphasis__"></a><h6>
+<a name="id3395158"></a>
+ <a class="link" href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.building_an_executable_that_uses__emphasis_role__bold__boost_stopwatches__emphasis__">Building
           an executable that uses <span class="bold"><strong>Boost.Stopwatches</strong></span>
           </a>
- </h5>
+ </h6>
 <p>
           In addition to linking with the Boost.Chrono library you need also to link
           with the Boost.System library. If you use Suspendible clocks you will need
           also with Boost.Thread.
         </p>
-<a name="boost_stopwatches.users_guide.getting_started.install.exceptions_safety_"></a><h5>
-<a name="id4942454"></a>
- <a href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.exceptions_safety_">Exceptions
+<a name="boost_stopwatches.users_guide.getting_started.install.exceptions_safety_"></a><h6>
+<a name="id3395197"></a>
+ <a class="link" href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.exceptions_safety_">Exceptions
           safety </a>
- </h5>
+ </h6>
 <p>
           All functions in the library are exception-neutral and provide strong guarantee
           of exception safety as long as the underlying parameters provide it.
         </p>
-<a name="boost_stopwatches.users_guide.getting_started.install.thread_safety_"></a><h5>
-<a name="id4942482"></a>
- <a href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.thread_safety_">Thread
+<a name="boost_stopwatches.users_guide.getting_started.install.thread_safety_"></a><h6>
+<a name="id3395224"></a>
+ <a class="link" href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.thread_safety_">Thread
           safety </a>
- </h5>
+ </h6>
 <p>
           All functions in the library are thread-unsafe except when noted explicitly.
         </p>
-<a name="boost_stopwatches.users_guide.getting_started.install.tested_compilers_"></a><h5>
-<a name="id4942508"></a>
- <a href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.tested_compilers_">Tested
+<a name="boost_stopwatches.users_guide.getting_started.install.tested_compilers_"></a><h6>
+<a name="id3395249"></a>
+ <a class="link" href="getting_started.html#boost_stopwatches.users_guide.getting_started.install.tested_compilers_">Tested
           compilers </a>
- </h5>
+ </h6>
 <p>
           The implementation will eventually work with most C++03 conforming compilers.
           Current version has been tested on:
@@ -192,49 +189,52 @@
 <p>
           Windows with
         </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
               MSVC 10.0
- </li>
-<li>
- MSVC 9.0 Express
- </li>
-<li>
- MSVC 8.0
- </li>
-</ul></div>
-<p>
- Scientific Linux with
- </p>
-<div class="itemizedlist"><ul type="disc"><li>
- GCC 4.1.2
             </li></ul></div>
 <p>
- Cygwin with
+ Cygwin 1.5 with
         </p>
-<div class="itemizedlist"><ul type="disc">
-<li>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
               GCC 3.4.4
- </li>
-<li>
- GCC 4.3.2
- </li>
-</ul></div>
-<p>
- MinGW with
- </p>
-<div class="itemizedlist"><ul type="disc"><li>
- GCC 4.4.0
             </li></ul></div>
 <p>
- Initial version was tested on:
+ Cygwin 1.7 with
         </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
+ GCC 4.3.4
+ </li></ul></div>
 <p>
- MacOS with GCC 4.2.4
+ MinGW with
         </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
+ GCC 4.4.0
+ </li>
+<li class="listitem">
+ GCC 4.5.0
+ </li>
+<li class="listitem">
+ GCC 4.5.0 -std=c++0x
+ </li>
+<li class="listitem">
+ GCC 4.6.0
+ </li>
+<li class="listitem">
+ GCC 4.6.0 -std=c++0x
+ </li>
+</ul></div>
 <p>
- Ubuntu Linux with GCC 4.2.4
+ Ubuntu 10.10
         </p>
+<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<li class="listitem">
+ GCC 4.4.5
+ </li>
+<li class="listitem">
+ GCC 4.4.5 -std=c++0x
+ </li>
+</ul></div>
 <div class="note"><table border="0" summary="Note">
 <tr>
 <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td>
@@ -255,10 +255,9 @@
           </p></td></tr>
 </table></div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.users_guide.getting_started.hello_world__"></a><a href="getting_started.html#boost_stopwatches.users_guide.getting_started.hello_world__" title="Hello
- World! ">Hello
+<a name="boost_stopwatches.users_guide.getting_started.hello_world__"></a><a class="link" href="getting_started.html#boost_stopwatches.users_guide.getting_started.hello_world__" title="Hello World!">Hello
         World! </a>
 </h4></div></div></div>
 <p>
@@ -270,8 +269,7 @@
 
 <span class="comment">// add this in the scope you want to time,
 </span><span class="comment">// at the point you want the timer to start.
-</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">rt</span><span class="special">;</span>
+</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">rt</span><span class="special">;</span>
 </pre>
 <p>
           Here is a complete program (stopclock_example.cpp):
@@ -281,8 +279,7 @@
 
 <span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span>
 <span class="special">{</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">t</span><span class="special">;</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">t</span><span class="special">;</span>
 
   <span class="keyword">for</span> <span class="special">(</span> <span class="keyword">long</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="number">10000000</span><span class="special">;</span> <span class="special">++</span><span class="identifier">i</span> <span class="special">)</span>
     <span class="identifier">std</span><span class="special">::</span><span class="identifier">sqrt</span><span class="special">(</span> <span class="number">123.456L</span> <span class="special">);</span> <span class="comment">// burn some time
@@ -306,7 +303,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/tutorial.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/tutorial.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/boost_stopwatches/users_guide/tutorial.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -2,12 +2,11 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Tutorial</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="../../index.html" title="Boost.Stopwatches 0.1.0">
-<link rel="up" href="../users_guide.html" title=" Users'Guide">
-<link rel="prev" href="getting_started.html" title=" Getting
- Started">
+<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="../../index.html" title="Boost.Stopwatches 0.2.0">
+<link rel="up" href="../users_guide.html" title="Users'Guide">
+<link rel="prev" href="getting_started.html" title="Getting Started">
 <link rel="next" href="examples.html" title="Examples">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -23,9 +22,9 @@
 <div class="spirit-nav">
 <a accesskey="p" href="getting_started.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../users_guide.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="examples.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h3 class="title">
-<a name="boost_stopwatches.users_guide.tutorial"></a>Tutorial
+<a name="boost_stopwatches.users_guide.tutorial"></a><a class="link" href="tutorial.html" title="Tutorial">Tutorial</a>
 </h3></div></div></div>
 <div class="toc"><dl>
 <dt><span class="section"><a href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks">Stopwatches
@@ -49,10 +48,9 @@
 <dd><dl><dt><span class="section"><a href="tutorial.html#boost_stopwatches.users_guide.tutorial.formatters.how_can_i_make_a_specific_formatter_when_the_default_do_not_satisfy_my_expectations">How
           can I make a specific formatter when the default do not satisfy my expectations</a></span></dt></dl></dd>
 </dl></div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks"></a><a href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks" title="Stopwatches
- and Stopclocks">Stopwatches
+<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks"></a><a class="link" href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks" title="Stopwatches and Stopclocks">Stopwatches
         and Stopclocks</a>
 </h4></div></div></div>
 <div class="toc"><dl>
@@ -73,20 +71,15 @@
 <p>
           Knowing how long a program, a function or a specific block takes to execute
           is useful in both test and production environments. <span class="bold"><strong>Boost.Stopwatches</strong></span>
- introduces the <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> concept which captures
- the mechanism to measure the elapsed time. A <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> allows to <code class="computeroutput"><span class="identifier">start</span></code>, <code class="computeroutput"><span class="identifier">stop</span></code>,
- <code class="computeroutput"><span class="identifier">suspend</span></code> and <code class="computeroutput"><span class="identifier">resume</span></code> measuring the elapsed time. <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><code class="computeroutput"><span class="special">&lt;&gt;</span></code>
- is the basic model of <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="
- Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> allowing to make a single
+ introduces the <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> concept which captures
+ the mechanism to measure the elapsed time. A <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> allows to <code class="computeroutput"><span class="identifier">start</span></code>, <code class="computeroutput"><span class="identifier">stop</span></code>,
+ <code class="computeroutput"><span class="identifier">suspend</span></code> and <code class="computeroutput"><span class="identifier">resume</span></code> measuring the elapsed time. <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><code class="computeroutput"><span class="special">&lt;&gt;</span></code>
+ is the basic model of <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_req" title="Stopwatch Requirements"><code class="computeroutput"><span class="identifier">Stopwatch</span></code></a> allowing to make a single
           measure.
         </p>
 <p>
           At the user level, the main use case of measuring the elapsed time is to
- report these measures on the display. <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><code class="computeroutput"><span class="special">&lt;&gt;</span></code> provides a run time reporting package
+ report these measures on the display. <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><code class="computeroutput"><span class="special">&lt;&gt;</span></code> provides a run time reporting package
           that can be invoked in a single line of code to report the usage of a
           <code class="computeroutput"><span class="identifier">Clock</span></code>. For example
         </p>
@@ -94,9 +87,7 @@
 <span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">;</span>
 
 <span class="keyword">int</span> <span class="identifier">f1</span><span class="special">(</span><span class="keyword">long</span> <span class="identifier">j</span><span class="special">)</span> <span class="special">{</span>
- <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><span class="special">&lt;&gt;</span> <span class="special">&gt;</span> <span class="identifier">_</span><span class="special">;</span>
+ <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><span class="special">&lt;&gt;</span> <span class="special">&gt;</span> <span class="identifier">_</span><span class="special">;</span>
 
     <span class="keyword">for</span> <span class="special">(</span> <span class="keyword">long</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="identifier">j</span><span class="special">;</span> <span class="special">++</span><span class="identifier">i</span> <span class="special">)</span>
         <span class="identifier">std</span><span class="special">::</span><span class="identifier">sqrt</span><span class="special">(</span> <span class="number">123.456L</span> <span class="special">);</span> <span class="comment">// burn some time
@@ -117,19 +108,16 @@
 <span class="number">0.011</span><span class="identifier">s</span>
 <span class="number">0.017</span><span class="identifier">s</span>
 </pre>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.stopwatches_accumulation_and_statistics"></a><a href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.stopwatches_accumulation_and_statistics" title="Stopwatches
- accumulation and statistics">Stopwatches
+<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.stopwatches_accumulation_and_statistics"></a><a class="link" href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.stopwatches_accumulation_and_statistics" title="Stopwatches accumulation and statistics">Stopwatches
           accumulation and statistics</a>
 </h5></div></div></div>
 <p>
             The preceding stopwatch manage only with a measure. It is also interesting
             to have an statisitical view of these times, for example the sum, min,
- max and mean. <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><code class="computeroutput"><span class="special">&lt;&gt;</span></code> associates an accumulator with
- a <a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a>, so we are able to
+ max and mean. <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><code class="computeroutput"><span class="special">&lt;&gt;</span></code> associates an accumulator with
+ a <a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a>, so we are able to
             retrieve any statistical feature Boost.Accumulator provides.
           </p>
 <p>
@@ -138,12 +126,8 @@
 <pre class="programlisting"><span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">;</span>
 
 <span class="keyword">int</span> <span class="identifier">f1</span><span class="special">(</span><span class="keyword">long</span> <span class="identifier">j</span><span class="special">)</span> <span class="special">{</span>
- <span class="keyword">static</span> <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">&lt;&gt;</span> <span class="special">&gt;</span> <span class="identifier">sw</span><span class="special">;</span>
- <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">&lt;&gt;</span> <span class="special">&gt;::</span><span class="identifier">scoped_run</span> <span class="identifier">_</span><span class="special">(</span><span class="identifier">sw</span><span class="special">);</span>
+ <span class="keyword">static</span> <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">&lt;&gt;</span> <span class="special">&gt;</span> <span class="identifier">sw</span><span class="special">;</span>
+ <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">&lt;&gt;</span> <span class="special">&gt;::</span><span class="identifier">scoped_run</span> <span class="identifier">_</span><span class="special">(</span><span class="identifier">sw</span><span class="special">);</span>
 
     <span class="keyword">for</span> <span class="special">(</span> <span class="keyword">long</span> <span class="identifier">i</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="identifier">j</span><span class="special">;</span> <span class="special">++</span><span class="identifier">i</span> <span class="special">)</span>
         <span class="identifier">std</span><span class="special">::</span><span class="identifier">sqrt</span><span class="special">(</span> <span class="number">123.456L</span> <span class="special">);</span> <span class="comment">// burn some time
@@ -163,49 +147,38 @@
 <pre class="programlisting"><span class="number">3</span> <span class="identifier">times</span><span class="special">,</span> <span class="identifier">sum</span><span class="special">=</span><span class="number">0.034</span><span class="identifier">s</span><span class="special">,</span> <span class="identifier">min</span><span class="special">=</span><span class="number">0.006</span><span class="identifier">s</span><span class="special">,</span> <span class="identifier">max</span><span class="special">=</span><span class="number">0.017</span><span class="identifier">s</span><span class="special">,</span> <span class="identifier">mean</span><span class="special">=</span><span class="number">0.011</span><span class="identifier">s</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_prefix_each_report_with__boost_current_function__function_signature_"></a><a href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_prefix_each_report_with__boost_current_function__function_signature_" title="How
- can I prefix each report with BOOST_CURRENT_FUNCTION
- function signature?">How
+<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_prefix_each_report_with__boost_current_function__function_signature_"></a><a class="link" href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_prefix_each_report_with__boost_current_function__function_signature_" title="How can I prefix each report with BOOST_CURRENT_FUNCTION function signature?">How
           can I prefix each report with <code class="computeroutput"><span class="identifier">BOOST_CURRENT_FUNCTION</span></code>
           function signature?</a>
 </h5></div></div></div>
 <p>
- You will need to give a specific format to your <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="
- Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a>. You just need to
+ You will need to give a specific format to your <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_hpp.stopclock" title="Template Class stopclock&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock</span></code></a>. You just need to
             concatenate your specific pattern to the default_format of the formatter.
           </p>
 <p>
- For example, for a <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a> the default
- formatter is <a href="../reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="
- Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a>,
+ For example, for a <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a> the default
+ formatter is <a class="link" href="../reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a>,
             you will need to do something like:
           </p>
-<pre class="programlisting"><span class="keyword">static</span> <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">acc</span><span class="special">(</span>
+<pre class="programlisting"><span class="keyword">static</span> <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">acc</span><span class="special">(</span>
     <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="identifier">BOOST_CURRENT_FUNCTION</span><span class="special">)</span> <span class="special">+</span> <span class="string">": "</span>
- <span class="special">+</span> <a href="../reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="
- Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a><span class="special">::</span><span class="identifier">default_format</span><span class="special">()</span>
+ <span class="special">+</span> <a class="link" href="../reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a><span class="special">::</span><span class="identifier">default_format</span><span class="special">()</span>
 <span class="special">);</span>
-<a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;::</span><span class="identifier">scoped_run</span> <span class="identifier">_</span><span class="special">(</span><span class="identifier">acc</span><span class="special">);</span>
+<a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;::</span><span class="identifier">scoped_run</span> <span class="identifier">_</span><span class="special">(</span><span class="identifier">acc</span><span class="special">);</span>
 </pre>
 <p>
             Some of you will say that this is too long to type just to get the a
             report. You can of course define your own macro as
           </p>
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">REPORT_FUNCTION_ACCUMULATED_LIFETIME</span><span class="special">\</span>
- <span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;</span> <span class="special">\</span>
+ <span class="keyword">static</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;</span> <span class="special">\</span>
             <span class="identifier">BOOST_JOIN</span><span class="special">(</span><span class="identifier">_accumulator_</span><span class="special">,</span> <span class="identifier">__LINE__</span><span class="special">)</span><span class="identifier">_</span>
         <span class="special">(</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="identifier">BOOST_CURRENT_FUNCTION</span><span class="special">)</span> <span class="special">+</span> <span class="string">": "</span> <span class="special">+</span> <span class="special">\</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a href="../reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="
- Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a><span class="special">::</span><span class="identifier">default_format</span><span class="special">()</span> <span class="special">\</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a class="link" href="../reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a><span class="special">::</span><span class="identifier">default_format</span><span class="special">()</span> <span class="special">\</span>
     <span class="special">);</span> <span class="special">\</span>
- <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;::</span><span class="identifier">scoped_run</span> <span class="special">\</span>
+ <span class="identifier">boost</span><span class="special">::</span><span class="identifier">stopwatches</span><span class="special">::</span><a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;::</span><span class="identifier">scoped_run</span> <span class="special">\</span>
             <span class="identifier">BOOST_JOIN</span><span class="special">(</span><span class="identifier">_accumulator_run_</span><span class="special">,</span> <span class="identifier">__LINE__</span><span class="special">)</span> <span class="special">\</span>
         <span class="special">(</span><span class="identifier">BOOST_JOIN</span><span class="special">(</span><span class="identifier">_accumulator_</span><span class="special">,</span> <span class="identifier">__LINE__</span><span class="special">))</span>
 </pre>
@@ -220,10 +193,9 @@
 </span><span class="special">}</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_prefix_each_report_with____file_____line_____pattern_"></a><a href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_prefix_each_report_with____file_____line_____pattern_" title="How
- can I prefix each report with __FILE__[__LINE__] pattern?">How
+<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_prefix_each_report_with____file_____line_____pattern_"></a><a class="link" href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_prefix_each_report_with____file_____line_____pattern_" title="How can I prefix each report with __FILE__[__LINE__] pattern?">How
           can I prefix each report with <code class="computeroutput"><span class="identifier">__FILE__</span><span class="special">[</span><span class="identifier">__LINE__</span><span class="special">]</span></code> pattern?</a>
 </h5></div></div></div>
 <p>
@@ -231,15 +203,12 @@
             as described below:
           </p>
 <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">REPORT_LINE_ACCUMULATED_LIFETIME</span> <span class="special">\</span>
- <span class="keyword">static</span> <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;</span>
+ <span class="keyword">static</span> <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;</span>
             <span class="identifier">BOOST_JOIN</span><span class="special">(</span><span class="identifier">_accumulator_</span><span class="special">,</span> <span class="identifier">__LINE__</span><span class="special">)</span> <span class="special">\</span>
             <span class="special">(</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="identifier">__FILE__</span><span class="special">)</span> <span class="special">+</span> <span class="string">"["</span> <span class="special">+</span> <span class="identifier">BOOST_STRINGIZE</span><span class="special">(</span><span class="identifier">__LINE__</span><span class="special">)</span> <span class="special">+</span> <span class="string">"] "</span>
- <span class="special">+</span> <a href="../reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="
- Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a><span class="special">::</span><span class="identifier">default_format</span><span class="special">()</span> <span class="special">\</span>
+ <span class="special">+</span> <a class="link" href="../reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a><span class="special">::</span><span class="identifier">default_format</span><span class="special">()</span> <span class="special">\</span>
     <span class="special">);</span> <span class="special">\</span>
- <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;::</span><span class="identifier">scoped_run</span> <span class="special">\</span>
+ <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;::</span><span class="identifier">scoped_run</span> <span class="special">\</span>
             <span class="identifier">BOOST_JOIN</span><span class="special">(</span><span class="identifier">_accumulator_run_</span><span class="special">,</span> <span class="identifier">__LINE__</span><span class="special">)</span>
             <span class="special">(</span><span class="identifier">BOOST_JOIN</span><span class="special">(</span><span class="identifier">_accumulator_</span><span class="special">,</span> <span class="identifier">__LINE__</span><span class="special">))</span>
 </pre>
@@ -258,37 +227,31 @@
 <span class="special">}</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.can_i_use_an_stopclock_accumulator_which_is_not_static_"></a><a href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.can_i_use_an_stopclock_accumulator_which_is_not_static_" title="Can
- I use an stopclock accumulator which is not static?">Can
+<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.can_i_use_an_stopclock_accumulator_which_is_not_static_"></a><a class="link" href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.can_i_use_an_stopclock_accumulator_which_is_not_static_" title="Can I use an stopclock accumulator which is not static?">Can
           I use an stopclock accumulator which is not static?</a>
 </h5></div></div></div>
 <p>
             The typical example of stopclock_accumulator is to get statistical measures
             of the time a function takes for each one of its calls. You can also
- use <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a> to get
+ use <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a> to get
             statistical measures of the time a given loop takes for each one of its
             laps.
           </p>
-<pre class="programlisting"><a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">acc</span><span class="special">(</span>
+<pre class="programlisting"><a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;</span> <span class="identifier">acc</span><span class="special">(</span>
     <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="identifier">__FILE__</span><span class="special">)</span> <span class="special">+</span> <span class="string">"["</span> <span class="special">+</span> <span class="identifier">BOOST_STRINGIZE</span><span class="special">(</span><span class="identifier">__LINE__</span><span class="special">)</span> <span class="special">+</span> <span class="string">"] "</span>
- <span class="special">+</span> <a href="../reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="
- Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a><span class="special">::</span><span class="identifier">default_format</span><span class="special">()</span>
+ <span class="special">+</span> <a class="link" href="../reference/formatters.html#boost_stopwatches.reference.formatters.stopwatch_accumulator_formatter_hpp.basic_stopwatch_accumulator_formatter" title="Template Class basic_stopwatch_accumulator_formatter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator_formatter</span></code></a><span class="special">::</span><span class="identifier">default_format</span><span class="special">()</span>
 <span class="special">);</span>
 <span class="keyword">for</span> <span class="special">(</span><span class="keyword">int</span> <span class="identifier">i</span><span class="special">=</span><span class="number">0</span><span class="special">;</span> <span class="identifier">i</span><span class="special">&lt;</span><span class="identifier">N</span><span class="special">;</span> <span class="identifier">i</span><span class="special">++)</span> <span class="special">{</span>
- <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="
- Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;::</span><span class="identifier">scoped_run</span> <span class="identifier">_</span><span class="special">(</span><span class="identifier">acc</span><span class="special">);</span>
+ <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopclock_accumulator_hpp.stopclock_accumulator" title="Template Class stopclock_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopclock_accumulator</span></code></a><span class="special">&lt;&gt;::</span><span class="identifier">scoped_run</span> <span class="identifier">_</span><span class="special">(</span><span class="identifier">acc</span><span class="special">);</span>
     <span class="comment">// ...
 </span><span class="special">}</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_suspend_a_stopwatch_"></a><a href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_suspend_a_stopwatch_" title="How
- can I suspend a stopwatch?">How
+<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_suspend_a_stopwatch_"></a><a class="link" href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_can_i_suspend_a_stopwatch_" title="How can I suspend a stopwatch?">How
           can I suspend a stopwatch?</a>
 </h5></div></div></div>
 <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatch</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
@@ -300,34 +263,29 @@
 <span class="keyword">double</span> <span class="identifier">res</span><span class="special">;</span>
 <span class="keyword">void</span> <span class="identifier">f1</span><span class="special">(</span><span class="keyword">long</span> <span class="identifier">j</span><span class="special">)</span>
 <span class="special">{</span>
- <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><span class="special">&lt;&gt;</span> <span class="special">&gt;::</span> <span class="identifier">_</span><span class="special">(</span><span class="identifier">BOOST_STOPWATCHES_STOPWATCH_FUNCTION_FORMAT</span><span class="special">);</span>
+ <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><span class="special">&lt;&gt;</span> <span class="special">&gt;::</span> <span class="identifier">_</span><span class="special">(</span><span class="identifier">BOOST_STOPWATCHES_STOPWATCH_FUNCTION_FORMAT</span><span class="special">);</span>
     <span class="keyword">for</span> <span class="special">(</span><span class="keyword">long</span> <span class="identifier">i</span> <span class="special">=</span><span class="number">0</span><span class="special">;</span> <span class="identifier">i</span><span class="special">&lt;</span> <span class="identifier">j</span><span class="special">;</span> <span class="identifier">i</span><span class="special">+=</span><span class="number">1</span><span class="special">)</span>
         <span class="identifier">res</span><span class="special">+=</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">sqrt</span><span class="special">(</span> <span class="identifier">res</span><span class="special">+</span><span class="number">123.456L</span><span class="special">+</span><span class="identifier">i</span> <span class="special">);</span> <span class="comment">// burn some time
-</span> <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="
- Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><span class="special">&lt;&gt;</span> <span class="special">&gt;::</span><span class="identifier">scoped_suspend</span> <span class="identifier">s</span><span class="special">(</span><span class="identifier">_</span><span class="special">);</span>
+</span> <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch" title="Template Class stopwatch&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch</span></code></a><span class="special">&lt;&gt;</span> <span class="special">&gt;::</span><span class="identifier">scoped_suspend</span> <span class="identifier">s</span><span class="special">(</span><span class="identifier">_</span><span class="special">);</span>
     <span class="identifier">boost</span><span class="special">::</span><span class="identifier">this_thread</span><span class="special">::</span><span class="identifier">sleep</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">posix_time</span><span class="special">::</span><span class="identifier">milliseconds</span><span class="special">(</span><span class="number">200</span><span class="special">));</span>
 <span class="special">}</span>
 </pre>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_to_get_specific_statistics_from_stopwatches_accumulator_"></a><a href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_to_get_specific_statistics_from_stopwatches_accumulator_" title="How
- to get specific statistics from stopwatches accumulator?">How
+<a name="boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_to_get_specific_statistics_from_stopwatches_accumulator_"></a><a class="link" href="tutorial.html#boost_stopwatches.users_guide.tutorial.stopwatches_and_stopclocks.how_to_get_specific_statistics_from_stopwatches_accumulator_" title="How to get specific statistics from stopwatches accumulator?">How
           to get specific statistics from stopwatches accumulator?</a>
 </h5></div></div></div>
 <p>
             There are two use cases that coul need to change the statistics associated
             to a stopwatches accumulator:
           </p>
-<div class="orderedlist"><ol type="1">
-<li>
+<div class="orderedlist"><ol class="orderedlist" type="1">
+<li class="listitem">
                 We want to reduce the default reporting and we preffer to adapt the
                 statistics to the reporting
               </li>
-<li>
+<li class="listitem">
                 We want to report other statistics of the samples
               </li>
 </ol></div>
@@ -338,9 +296,7 @@
           </p>
 <pre class="programlisting"><span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">accumulators</span><span class="special">;</span>
 
-<span class="keyword">typedef</span> <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">&lt;</span><code class="computeroutput"><span class="identifier">process_real_cpu_clock</span></code><span class="special">,</span>
+<span class="keyword">typedef</span> <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">&lt;</span><code class="computeroutput"><span class="identifier">process_real_cpu_clock</span></code><span class="special">,</span>
             <span class="identifier">accumulator_set</span><span class="special">&lt;</span><code class="computeroutput"><span class="identifier">process_real_cpu_clock</span></code><span class="special">::</span><span class="identifier">rep</span><span class="special">,</span>
                 <span class="identifier">features</span><span class="special">&lt;</span>
                         <span class="identifier">tag</span><span class="special">::</span><span class="identifier">count</span><span class="special">,</span>
@@ -373,16 +329,15 @@
           </p>
 </div>
 </div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h4 class="title">
-<a name="boost_stopwatches.users_guide.tutorial.formatters"></a>Formatters
+<a name="boost_stopwatches.users_guide.tutorial.formatters"></a><a class="link" href="tutorial.html#boost_stopwatches.users_guide.tutorial.formatters" title="Formatters">Formatters</a>
 </h4></div></div></div>
 <div class="toc"><dl><dt><span class="section"><a href="tutorial.html#boost_stopwatches.users_guide.tutorial.formatters.how_can_i_make_a_specific_formatter_when_the_default_do_not_satisfy_my_expectations">How
           can I make a specific formatter when the default do not satisfy my expectations</a></span></dt></dl></div>
-<div class="section" lang="en">
+<div class="section">
 <div class="titlepage"><div><div><h5 class="title">
-<a name="boost_stopwatches.users_guide.tutorial.formatters.how_can_i_make_a_specific_formatter_when_the_default_do_not_satisfy_my_expectations"></a><a href="tutorial.html#boost_stopwatches.users_guide.tutorial.formatters.how_can_i_make_a_specific_formatter_when_the_default_do_not_satisfy_my_expectations" title="How
- can I make a specific formatter when the default do not satisfy my expectations">How
+<a name="boost_stopwatches.users_guide.tutorial.formatters.how_can_i_make_a_specific_formatter_when_the_default_do_not_satisfy_my_expectations"></a><a class="link" href="tutorial.html#boost_stopwatches.users_guide.tutorial.formatters.how_can_i_make_a_specific_formatter_when_the_default_do_not_satisfy_my_expectations" title="How can I make a specific formatter when the default do not satisfy my expectations">How
           can I make a specific formatter when the default do not satisfy my expectations</a>
 </h5></div></div></div>
 <p>
@@ -392,9 +347,7 @@
 <pre class="programlisting"><span class="special">...</span>
 <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">accumulators</span><span class="special">/</span><span class="identifier">statistics</span><span class="special">/</span><span class="identifier">variance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span>
 <span class="special">...</span>
-<span class="keyword">typedef</span> <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">&lt;</span><code class="computeroutput"><span class="identifier">process_real_cpu_clock</span></code><span class="special">,</span>
+<span class="keyword">typedef</span> <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">&lt;</span><code class="computeroutput"><span class="identifier">process_real_cpu_clock</span></code><span class="special">,</span>
             <span class="identifier">accumulator_set</span><span class="special">&lt;</span><code class="computeroutput"><span class="identifier">process_real_cpu_clock</span></code><span class="special">::</span><span class="identifier">rep</span><span class="special">,</span>
                 <span class="identifier">features</span><span class="special">&lt;</span>
                         <span class="identifier">tag</span><span class="special">::</span><span class="identifier">count</span><span class="special">,</span>
@@ -410,9 +363,7 @@
             are not taken in account by the default formatter? These statistics will
             simply be ignored. So we will need to define our own accumulator formatter.
           </p>
-<pre class="programlisting"><span class="keyword">typedef</span> <a href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="
- Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="
- Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">&lt;</span><code class="computeroutput"><span class="identifier">process_real_cpu_clock</span></code><span class="special">,</span>
+<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../reference/reporters.html#boost_stopwatches.reference.reporters.stopwatch_reporter_hpp.stopwatch_reporter" title="Template Class stopwatch_reporter&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_reporter</span></code></a><span class="special">&lt;</span><a class="link" href="../reference/stopwatches.html#boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator" title="Template Class stopwatch_accumulator&lt;&gt;"><code class="computeroutput"><span class="identifier">stopwatch_accumulator</span></code></a><span class="special">&lt;</span><code class="computeroutput"><span class="identifier">process_real_cpu_clock</span></code><span class="special">,</span>
             <span class="identifier">accumulator_set</span><span class="special">&lt;</span><code class="computeroutput"><span class="identifier">process_real_cpu_clock</span></code><span class="special">::</span><span class="identifier">rep</span><span class="special">,</span>
                 <span class="identifier">features</span><span class="special">&lt;</span>
                         <span class="identifier">tag</span><span class="special">::</span><span class="identifier">count</span><span class="special">,</span>
@@ -490,7 +441,7 @@
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 <td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba<p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>

Modified: sandbox/chrono/libs/stopwatches/doc/html/index.html
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/index.html (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/index.html 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -1,10 +1,10 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>Boost.Stopwatches 0.1.0</title>
-<link rel="stylesheet" href="../../../../doc/html/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
-<link rel="start" href="index.html" title="Boost.Stopwatches 0.1.0">
+<title>Boost.Stopwatches 0.2.0</title>
+<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="index.html" title="Boost.Stopwatches 0.2.0">
 <link rel="next" href="boost_stopwatches/overview.html" title="Overview">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -18,17 +18,17 @@
 </tr></table>
 <hr>
 <div class="spirit-nav"><a accesskey="n" href="boost_stopwatches/overview.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
-<div class="article" lang="en">
+<div class="article">
 <div class="titlepage">
 <div>
 <div><h2 class="title">
-<a name="boost_stopwatches"></a>Boost.Stopwatches 0.1.0</h2></div>
+<a name="boost_stopwatches"></a>Boost.Stopwatches 0.2.0</h2></div>
 <div><div class="authorgroup"><div class="author"><h3 class="author">
 <span class="firstname">Vicente J.</span> <span class="surname">Botet Escriba</span>
 </h3></div></div></div>
-<div><p class="copyright">Copyright &#169; 2009 -2010 Vicente J. Botet Escriba</p></div>
+<div><p class="copyright">Copyright &#169; 2009 -2011 Vicente J. Botet Escriba</p></div>
 <div><div class="legalnotice">
-<a name="id4987065"></a><p>
+<a name="id3384600"></a><p>
         Distributed under the Boost Software License, Version 1.0. (See accompanying
         file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
       </p>
@@ -44,36 +44,37 @@
 <dt><span class="section">Motivation</span></dt>
 <dt><span class="section">Description</span></dt>
 </dl></dd>
-<dt><span class="section"> Users'Guide</span></dt>
+<dt><span class="section">Users'Guide</span></dt>
 <dd><dl>
-<dt><span class="section"><a href="boost_stopwatches/users_guide/getting_started.html"> Getting
+<dt><span class="section"><a href="boost_stopwatches/users_guide/getting_started.html">Getting
       Started</a></span></dt>
 <dt><span class="section">Tutorial</span></dt>
 <dt><span class="section">Examples</span></dt>
 </dl></dd>
-<dt><span class="section"> Reference </span></dt>
+<dt><span class="section">Reference </span></dt>
 <dd><dl>
-<dt><span class="section"><a href="boost_stopwatches/reference/stopwatches_hpp.html"> Header
+<dt><span class="section"><a href="boost_stopwatches/reference/stopwatches_hpp.html">Header
       <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
-<dt><span class="section"> Other clocks</span></dt>
-<dt><span class="section"> Stopwatches</span></dt>
-<dt><span class="section"> Stopwatch Reporters</span></dt>
-<dt><span class="section"> Stopwatch Formatters</span></dt>
+<dt><span class="section"><a href="boost_stopwatches/reference/chrono_stopwatches_hpp.html">Header
+ <code class="computeroutput"><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">/</span><span class="identifier">stopwatches</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code></a></span></dt>
+<dt><span class="section">Other clocks</span></dt>
+<dt><span class="section">Stopwatches</span></dt>
+<dt><span class="section">Stopwatch Reporters</span></dt>
+<dt><span class="section">Stopwatch Formatters</span></dt>
 </dl></dd>
 <dt><span class="section">Appendices</span></dt>
 <dd><dl>
-<dt><span class="section"> Appendix A: History</span></dt>
-<dt><span class="section"><a href="boost_stopwatches/appendices/rationale.html"> Appendix B:
- Rationale</a></span></dt>
-<dt><span class="section"><a href="boost_stopwatches/appendices/implementation.html"> Appendix
+<dt><span class="section">Appendix A: History</span></dt>
+<dt><span class="section">Appendix B: Rationale</span></dt>
+<dt><span class="section"><a href="boost_stopwatches/appendices/implementation.html">Appendix
       C: Implementation Notes</a></span></dt>
-<dt><span class="section"> Appendix D: FAQ</span></dt>
-<dt><span class="section"><a href="boost_stopwatches/appendices/acknowledgements.html"> Appendix
+<dt><span class="section">Appendix D: FAQ</span></dt>
+<dt><span class="section"><a href="boost_stopwatches/appendices/acknowledgements.html">Appendix
       E: Acknowledgements</a></span></dt>
-<dt><span class="section"> Appendix F: Tests</span></dt>
-<dt><span class="section"> Appendix G: Tickets</span></dt>
-<dt><span class="section"> Appendix H: Performances</span></dt>
-<dt><span class="section"><a href="boost_stopwatches/appendices/todo.html"> Appendix I: Future
+<dt><span class="section">Appendix F: Tests</span></dt>
+<dt><span class="section">Appendix G: Tickets</span></dt>
+<dt><span class="section">Appendix H: Performances</span></dt>
+<dt><span class="section"><a href="boost_stopwatches/appendices/todo.html">Appendix I: Future
       plans</a></span></dt>
 </dl></dd>
 </dl>
@@ -89,7 +90,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: September 07, 2010 at 16:45:23 GMT</small></p></td>
+<td align="left"><p><small>Last revised: February 06, 2011 at 20:42:28 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox/chrono/libs/stopwatches/doc/html/standalone_HTML.manifest
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/html/standalone_HTML.manifest (original)
+++ sandbox/chrono/libs/stopwatches/doc/html/standalone_HTML.manifest 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -8,6 +8,7 @@
 boost_stopwatches/users_guide/examples.html
 boost_stopwatches/reference.html
 boost_stopwatches/reference/stopwatches_hpp.html
+boost_stopwatches/reference/chrono_stopwatches_hpp.html
 boost_stopwatches/reference/other_clocks.html
 boost_stopwatches/reference/stopwatches.html
 boost_stopwatches/reference/reporters.html

Modified: sandbox/chrono/libs/stopwatches/doc/stopwatches.pdf
==============================================================================
Binary files. No diff available.

Modified: sandbox/chrono/libs/stopwatches/doc/stopwatches.qbk
==============================================================================
--- sandbox/chrono/libs/stopwatches/doc/stopwatches.qbk (original)
+++ sandbox/chrono/libs/stopwatches/doc/stopwatches.qbk 2011-02-06 15:54:04 EST (Sun, 06 Feb 2011)
@@ -7,8 +7,9 @@
 
 [article Boost.Stopwatches
     [quickbook 1.5]
+ [version 0.2.0]
     [authors [Botet Escriba, Vicente J.]]
- [copyright 2009-2010 Vicente J. Botet Escriba]
+ [copyright 2009-2011 Vicente J. Botet Escriba]
     [license
         Distributed under the Boost Software License, Version 1.0.
         (See accompanying file LICENSE_1_0.txt or copy at
@@ -24,7 +25,6 @@
 
 [/===============================================]
 
-[template common_type_link[link_text] [link boost_stopwatches.reference.cpp0x.common_type_hpp.common_type [link_text]]]
 [def __common_type__ `common_type`]
 
 [/===============================================]
@@ -32,14 +32,12 @@
 
 
 
-[template ratio_arithmetic[link_text] [link boost_stopwatches.reference.cpp0x.ratio_hpp.ratio_arithmetic [link_text]]]
 [def __ratio_add `ratio_add`]
 [def __ratio_subtract `ratio_subtract`]
 [def __ratio_multiply `ratio_multiply`]
 [def __ratio_divide `ratio_divide`]
 
 
-[template ratio_comparison[link_text] [link boost_stopwatches.reference.cpp0x.ratio_hpp.ratio_comparison [link_text]]]
 [def __ratio_equal `ratio_equal]]
 [def __ratio_not_equal `ratio_not_equal`]
 [def __ratio_less `ratio_less`]]
@@ -48,7 +46,6 @@
 [def __ratio_greater_equal `ratio_greater_equal`]
 
 
-[/template ratio_si_typedefs[link_text] [link boost_stopwatches.reference.cpp0x.ratio_hpp.ratio_si_typedefs [link_text]]]
 [template ratio_si_typedefs[link_text] [link_text]]
 [def __atto [ratio_si_typedefs `atto`]]
 [def __femto [ratio_si_typedefs `femto`]]
@@ -71,7 +68,6 @@
 [/==================]
 
 
-[/template chrono_conf[link_text] [link boost_stopwatches.reference.cpp0x.chrono_chrono_hpp.conf [link_text]]]
 [template chrono_conf[link_text] [link_text]]
 
 
@@ -79,9 +75,9 @@
 [def __BOOST_CHRONO_USES_MPL_ASSERT [chrono_conf `BOOST_CHRONO_USES_MPL_ASSERT`]]
 [def __BOOST_CHRONO_USES_ARRAY_ASSERT [chrono_conf `BOOST_CHRONO_USES_ARRAY_ASSERT`]]
 
-[/def __BOOST_CHRONO_HAS_CLOCK_MONOTONIC [link boost_stopwatches.reference.cpp0x.chrono_chrono_hpp.BOOST_CHRONO_HAS_CLOCK_MONOTONIC `BOOST_CHRONO_HAS_CLOCK_MONOTONIC`]]
+[/def __BOOST_CHRONO_HAS_CLOCK_STEADY [link boost_stopwatches.reference.cpp0x.chrono_chrono_hpp.BOOST_CHRONO_HAS_CLOCK_STEADY `BOOST_CHRONO_HAS_CLOCK_STEADY`]]
 
-[def __BOOST_CHRONO_HAS_CLOCK_MONOTONIC `BOOST_CHRONO_HAS_CLOCK_MONOTONIC`]
+[def __BOOST_CHRONO_HAS_CLOCK_STEADY `BOOST_CHRONO_HAS_CLOCK_STEADY`]
 
 
 [/template clock_concept_link[link_text] [link boost_stopwatches.reference.cpp0x.chrono_chrono_hpp.clock [link_text]]]
@@ -110,9 +106,9 @@
 [def __system_clock__ [system_clock_link `system_clock`]]
 
 [/==================]
-[/template monotonic_clock_link[link_text] [link boost_stopwatches.reference.cpp0x.chrono_chrono_hpp.monotonic_clock [link_text]]]
-[template monotonic_clock_link[link_text] [link_text]]
-[def __monotonic_clock__ [monotonic_clock_link `monotonic_clock`]]
+[/template steady_clock_link[link_text] [link boost_stopwatches.reference.cpp0x.chrono_chrono_hpp.steady_clock [link_text]]]
+[template steady_clock_link[link_text] [link_text]]
+[def __steady_clock__ [steady_clock_link `steady_clock`]]
 
 [/==================]
 [/template high_resolution_clock_link[link_text] [link boost_stopwatches.reference.cpp0x.chrono_chrono_hpp.high_resolution_clock [link_text]]]
@@ -169,6 +165,7 @@
 
 
 [def __stopwatch__ [link boost_stopwatches.reference.stopwatches.stopwatch_hpp.stopwatch `stopwatch`]]
+[def __lightweight_stopwatch__ [link boost_stopwatches.reference.stopwatches.lightweight_stopwatch_hpp.lightweight_stopwatch `lightweight_stopwatch`]]
 
 [def __stopwatch_accumulator__ [link boost_stopwatches.reference.stopwatches.stopwatch_accumulator_hpp.stopwatch_accumulator `stopwatch_accumulator`]]
 
@@ -227,7 +224,7 @@
 
 * Code is in `fixed width font` and is syntax-highlighted.
 * Replaceable text that you will need to supply is in [~italics].
-* Free functions are rendered in the code font followed by (), as in free_function().
+* Free functions are rendered in the code font followed by (), as in `free_function()`.
 * If a name refers to a class template, it is specified like this: `class_template<>`; that is, it is in code font and its name is followed by `<>` to indicate that it is a class template.
 * If a name refers to a function-like macro, it is specified like this: `MACRO()`;
   that is, it is uppercase in code font and its name is followed by `()` to indicate that it is a function-like macro. Object-like macros appear without the trailing `()`.
@@ -334,8 +331,8 @@
 [heading Getting __Boost_Stopwatches__ ]
 [/=================================]
 
-You can get the last stable release of __Boost_Stopwatches__ by downloading [^chrono.zip] from the
-[@http://www.boost-consulting.com/vault/index.php?directory=System Boost Vault], directories boost/stopwatches and libs/stopwatches.
+You can get the last stable release of __Boost_Stopwatches__ by downloading [^stopwatches.zip] from the
+[@http://www.boost-consulting.com/vault/index.php?directory=System Boost Vault].
 
 You can also access the latest (unstable?) state from the [@http://svn.boost.org/svn/boost/sandbox/chrono Boost Sandbox], directories boost/stopwatches and libs/stopwatches. Just go to [@http://svn.boost.org/trac/boost/wiki/BoostSubversion here] and follow the instructions there for anonymous SVN access.
 
@@ -378,7 +375,7 @@
     [[@http://www.boost.org/libs/system [*Boost.System]]] [for error_code, ...]
 ]
 [
- [[@http://www.boost.org/libs/io [*Boost.Input/Outpu]]] [for io_state, ...]
+ [[@http://www.boost.org/libs/io [*Boost.Input/Output]]] [for io_state, ...]
 ]
 [
     [[@http://www.boost.org/libs/static_assert [*Boost.StaticAssert]]] [for STATIC_ASSERT, ...]
@@ -431,29 +428,28 @@
 Windows with
 
 * MSVC 10.0
-* MSVC 9.0 Express
-* MSVC 8.0
 
-[/* Intel 11.0]
+Cygwin 1.5 with
 
-Scientific Linux with
-
-* GCC 4.1.2
+* GCC 3.4.4
 
-Cygwin with
+Cygwin 1.7 with
 
-* GCC 3.4.4
-* GCC 4.3.2
+* GCC 4.3.4
 
 MinGW with
 
 * GCC 4.4.0
+* GCC 4.5.0
+* GCC 4.5.0 -std=c++0x
+* GCC 4.6.0
+* GCC 4.6.0 -std=c++0x
 
-Initial version was tested on:
+Ubuntu 10.10
 
-MacOS with GCC 4.2.4
+* GCC 4.4.5
+* GCC 4.4.5 -std=c++0x
 
-Ubuntu Linux with GCC 4.2.4
 
 [note Please let us know how this works on other platforms/compilers.]
 
@@ -1187,7 +1183,7 @@
         typedef typename Clock::rep rep;
         typedef typename Clock::period period;
         typedef chrono::__time_point__<suspendible_clock<Clock> > time_point;
- static const bool is_monotonic = true;
+ static const bool is_steady = true;
 
         static time_point now( system::error_code & ec = system::throws );
 
@@ -1295,6 +1291,17 @@
 
 [endsect]
 
+[section:elapsed Member Function `elapsed()`]
+
+ duration elapsed(system::error_code & ec = system::throws) const;
+
+[*Returns:] the cumulated elapsed time.
+
+[*Throw:] Any exception the `Clock::now` function can throw when `ec` is `system::throws`
+
+[endsect]
+
+
 Models of `Stopwatch`:
 
 * __stopwatch__
@@ -1318,8 +1325,8 @@
> class __lightweight_stopwatch__;
 
         typedef <see above> system_lightweight_stopwatch;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef <see above> monotonic_lightweight_stopwatch;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef <see above> steady_lightweight_stopwatch;
         #endif
         typedef <see above> high_resolution_lightweight_stopwatch;
     }}
@@ -1335,7 +1342,7 @@
 
 [section:lightweight_stopwatch Template Class `lightweight_stopwatch<>`]
 
-`lightweight_stopwatch<>` is a model of a __lightweight_stopwatch_concept__.
+`lightweight_stopwatch<>` is a model of a __stopwatch_concept__.
 
 Knowing how long a part of a program takes to execute is useful in both test and production environments.
 A __lightweight_stopwatch__ object measures elapsed time. It is recommended to use it with clocks that measure wall clock rather than CPU time since the intended use is performance measurement on systems where total elapsed time is more important than just process or CPU time.
@@ -1373,11 +1380,10 @@
 
             duration lifetime( system::error_code & ec = system::throws );
 
- typedef lightweight_stopwatch_runner<lightweight_stopwatch<Clock> > scoped_run;
- typedef lightweight_stopwatch_suspender<lightweight_stopwatch<Clock> > scoped_suspend;
- typedef lightweight_stopwatch_resumer<lightweight_stopwatch<Clock> > scoped_resume;
- typedef lightweight_stopwatch_reporter<lightweight_stopwatch<Clock> > reporter;
-
+ typedef stopwatch_runner<lightweight_stopwatch<Clock> > scoped_run;
+ typedef stopwatch_suspender<lightweight_stopwatch<Clock> > scoped_suspend;
+ typedef stopwatch_resumer<lightweight_stopwatch<Clock> > scoped_resume;
+
         };
 
 
@@ -1404,18 +1410,9 @@
 [endsect]
 
 
-[section:lightweight_stopwatch_elapsed Member Function `elapsed()`]
 
- duration elapsed(system::error_code & ec = system::throws) const;
 
-[*Returns:] the cumulated elapsed time.
-
-[*Throw:] Any exception the `Clock::now` function can throw when `ec` is `system::throws`
-
-[endsect]
-
-
-[section:stopwatch_accumulator_accumulated Member Function `accumulated()`]
+[section:get_storage Member Function `get_storage()`]
 
             storage& get_storage();
 
@@ -1460,8 +1457,8 @@
         };
 
         typedef <see above> system_stopwatch;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef <see above> monotonic_stopwatch;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef <see above> steady_stopwatch;
         #endif
         typedef <see above> high_resolution_stopwatch;
     }}
@@ -1478,7 +1475,9 @@
 accuracy of timing information provided the Clock, and this coudl varies a great deal from one clock to another.
 
     template <class Clock>
- class stopwatch : private base_from_member<typename Clock::duration>, public lightweight_stopwatch<Clock>
+ class stopwatch :
+ private base_from_member<typename Clock::duration>,
+ public lightweight_stopwatch<Clock>
     {
     public:
         explicit stopwatch( system::error_code & ec = system::throws );
@@ -1532,9 +1531,9 @@
 
         typedef boost::stopwatches::stopwatch< boost::chrono::system_clock >
             system_stopwatch;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef boost::stopwatches::stopwatch< boost::chrono::monotonic_clock >
- monotonic_stopwatch;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef boost::stopwatches::stopwatch< boost::chrono::steady_clock >
+ steady_stopwatch;
         #endif
         typedef boost::stopwatches::stopwatch< boost::chrono::high_resolution_clock >
             high_resolution_stopwatch;
@@ -1568,8 +1567,8 @@
         };
 
         typedef <see below> system_stopwatch_accumulator;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef <see below> monotonic_stopwatch_accumulator;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef <see below> steady_stopwatch_accumulator;
     #endif
         typedef <see below> high_resolution_stopwatch_accumulator;
 
@@ -1582,7 +1581,11 @@
 
     template <class Clock, typename Features, typename Weight>
     class stopwatch_accumulator
- : private base_from_member<typename accumulators::accumulator_set<typename Clock::duration::rep, Features, Weight> >,
+ : private base_from_member<
+ typename accumulators::accumulator_set<
+ typename Clock::duration::rep, Features, Weight
+ >
+ >,
           public lightweight_stopwatch<Clock,Features,Weight>
     {
     public:
@@ -1624,9 +1627,9 @@
 
     typedef boost::stopwatches::stopwatch_accumulator< boost::chrono::system_clock >
         system_stopwatch_accumulator;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef boost::stopwatches::stopwatch_accumulator< boost::chrono::monotonic_clock >
- monotonic_stopwatch_accumulator;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef boost::stopwatches::stopwatch_accumulator< boost::chrono::steady_clock >
+ steady_stopwatch_accumulator;
     #endif
     typedef boost::stopwatches::stopwatch_accumulator< boost::chrono::high_resolution_clock >
         high_resolution_stopwatch_accumulator;
@@ -2008,8 +2011,8 @@
         template < class Clock, class Formatter > class wstopclock;
 
         typedef <see above> system_stopclock;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef <see above> monotonic_stopclock;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef <see above> steady_stopclock;
         #endif
         typedef <see above> high_resolution_stopclock;
         typedef <see above> process_real_cpu_stopclock;
@@ -2017,8 +2020,8 @@
         typedef <see above> process_system_cpu_stopclock;
 
         typedef <see above> system_wstopclock;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef <see above> monotonic_wstopclock;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef <see above> steady_wstopclock;
         #endif
         typedef <see above> high_resolution_wstopclock;
         typedef <see above> process_real_cpu_wstopclock;
@@ -2122,9 +2125,9 @@
 
         typedef boost::stopwatches::stopclock< boost::chrono::system_clock >
             system_stopwatch_stopclock;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef boost::stopwatches::stopclock< boost::chrono::monotonic_clock >
- monotonic_stopwatch_stopclock;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef boost::stopwatches::stopclock< boost::chrono::steady_clock >
+ steady_stopwatch_stopclock;
         #endif
         typedef boost::stopwatches::stopclock< boost::chrono::high_resolution_clock >
             high_resolution_stopclock;
@@ -2188,9 +2191,9 @@
 
         typedef boost::stopwatches::wstopclock< boost::chrono::system_clock >
             system_wstopclock;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef boost::stopwatches::wstopclock< boost::chrono::monotonic_clock >
- monotonic_wstopclock;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef boost::stopwatches::wstopclock< boost::chrono::steady_clock >
+ steady_wstopclock;
         #endif
         typedef boost::stopwatches::wstopclock< boost::chrono::high_resolution_clock >
             high_resolution_wstopclock;
@@ -2219,8 +2222,8 @@
         class wstopclock_accumulator;
 
         typedef <see above> system_stopclock_accumulator;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef <see above> monotonic_stopclock_accumulator;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef <see above> steady_stopclock_accumulator;
         #endif
         typedef <see above> high_resolution_stopclock_accumulator;
         typedef <see above> process_real_cpu_stopclock_accumulator;
@@ -2228,8 +2231,8 @@
         typedef <see above> process_system_cpu_stopclock_accumulator;
 
         typedef <see above> system_wstopclock_accumulator;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef <see above> monotonic_wstopclock_accumulator;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef <see above> steady_wstopclock_accumulator;
         #endif
         typedef <see above> high_resolution_wstopclock_accumulator;
         typedef <see above> process_real_cpu_wstopclock_accumulator;
@@ -2339,9 +2342,9 @@
 
         typedef boost::stopwatches::stopclock_accumulator< boost::chrono::system_clock >
             system_stopclock_accumulator;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef boost::stopwatches::stopclock_accumulator< boost::chrono::monotonic_clock >
- monotonic_stopclock_accumulator;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef boost::stopwatches::stopclock_accumulator< boost::chrono::steady_clock >
+ steady_stopclock_accumulator;
         #endif
         typedef boost::stopwatches::stopclock_accumulator< boost::chrono::high_resolution_clock >
             high_resolution_stopclock_accumulator;
@@ -2406,9 +2409,9 @@
 
         typedef boost::stopwatches::wstopclock_accumulator< boost::chrono::system_clock >
             system_wstopclock_accumulator;
- #ifdef __BOOST_CHRONO_HAS_CLOCK_MONOTONIC
- typedef boost::stopwatches::wstopclock_accumulator< boost::chrono::monotonic_clock >
- monotonic_wstopclock_accumulator;
+ #ifdef __BOOST_CHRONO_HAS_CLOCK_STEADY
+ typedef boost::stopwatches::wstopclock_accumulator< boost::chrono::steady_clock >
+ steady_wstopclock_accumulator;
         #endif
         typedef boost::stopwatches::wstopclock_accumulator< boost::chrono::high_resolution_clock >
             high_resolution_wstopclock_accumulator;
@@ -2897,6 +2900,15 @@
 [section:history Appendix A: History]
 [/==================================]
 
+[section [*Version 0.2.0, Feb 6, 2011] ]
+
+[*Features:]
+
+* Adaptation to new Boost.Chrono inteface.
+
+[endsect]
+
+
 [section [*Version 0.1.0, September 10, 2010] ]
 
 [*Features:]


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