|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65063 - sandbox/chrono/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2010-08-28 03:48:40
Author: viboes
Date: 2010-08-28 03:48:37 EDT (Sat, 28 Aug 2010)
New Revision: 65063
URL: http://svn.boost.org/trac/boost/changeset/65063
Log:
cleanup
Text files modified:
sandbox/chrono/boost/chrono/stopwatch_accumulator.hpp | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
Modified: sandbox/chrono/boost/chrono/stopwatch_accumulator.hpp
==============================================================================
--- sandbox/chrono/boost/chrono/stopwatch_accumulator.hpp (original)
+++ sandbox/chrono/boost/chrono/stopwatch_accumulator.hpp 2010-08-28 03:48:37 EDT (Sat, 28 Aug 2010)
@@ -36,11 +36,8 @@
//~ Calling start starts the timer running, and calling stop stops it.
//~ A call to reset resets the stopwatch to zero.
-//~ A stopwatch can also also used to record split times or lap times.
+//~ A stopwatch can also be used to record split times or lap times.
//~ The elapsed time since the last start is available through the elapsed function.
-//~ When the freeze function is called while the watch is running, the elapsed time is frozen,
-//~ allowing the elapsed time to that point to be read using the frozen function,
-//~ but the watch mechanism continues running to record total elapsed time.
//--------------------------------------------------------------------------------------//
// forward declaration
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