Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59270 - sandbox/chrono/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2010-01-26 12:26:56


Author: viboes
Date: 2010-01-26 12:26:55 EST (Tue, 26 Jan 2010)
New Revision: 59270
URL: http://svn.boost.org/trac/boost/changeset/59270

Log:
Boost.Chrono: Version 0.3.2,
* Change herz by Hz

Text files modified:
   sandbox/chrono/boost/chrono/stopwatch_accumulator_formatter.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/chrono/boost/chrono/stopwatch_accumulator_formatter.hpp
==============================================================================
--- sandbox/chrono/boost/chrono/stopwatch_accumulator_formatter.hpp (original)
+++ sandbox/chrono/boost/chrono/stopwatch_accumulator_formatter.hpp 2010-01-26 12:26:55 EST (Tue, 26 Jan 2010)
@@ -31,7 +31,7 @@
 
 #include <boost/config/abi_prefix.hpp> // must be the last #include
 
-#define BOOST_CHRONO_ACCUMULATOR_FORMAT_DEFAULT "%c times, sum=%ss, min=%ms, max=%Ms, mean=%as, frequency=%fherzs, lifetime=%ls, percentage=%p\%\n"
+#define BOOST_CHRONO_ACCUMULATOR_FORMAT_DEFAULT "%c times, sum=%ss, min=%ms, max=%Ms, mean=%as, frequency=%fHz, lifetime=%ls, percentage=%p\%\n"
 
 
 namespace boost { namespace chrono {
@@ -133,7 +133,7 @@
 #ifndef BOOST_NO_STD_WSTRING
     template <>
     struct basic_stopwatch_accumulator_formatter_default_format<wchar_t> {
- static const wchar_t* apply() {return L"%c times, sum=%ss, min=%ms, max=%Ms, mean=%as, frequency=%fherzs, lifetime=%ls, percentage=%p\%\n"; }
+ static const wchar_t* apply() {return L"%c times, sum=%ss, min=%ms, max=%Ms, mean=%as, frequency=%fHz, lifetime=%ls, percentage=%p\%\n"; }
     };
 
 #endif


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