Changes between Version 100 and Version 101 of LibrariesUnderConstruction


Ignore:
Timestamp:
Jan 17, 2010, 7:34:21 PM (13 years ago)
Author:
viboes
Comment:

Boost.Chrono updated

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v100 v101  
    210210== Boost.Chrono ==
    211211 * '''Author(s):''' Howard Hinnant, Beman Dawes and Vicente J. Botet Escribá
    212  * '''Version:''' 0.2.0
     212 * '''Version:''' 0.3.0
    213213 * '''State:''' Stable
    214  * '''Last upload:'''2009 December 08
     214 * '''Last upload:'''2010 January 17
    215215 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/chrono/libs/chrono/doc/html Documentation] [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=chrono.zip&directory=System& Download]  [http://svn.boost.org/svn/boost/sandbox/chrono Boost Sandbox]
    216216 * '''Categories:''' [#System System]
     
    224224                * system_clock
    225225                * monotonic_clock
    226                 * high_resolution_clock                 
    227     * Class template timer, with typedefs:
    228           * system_timer
    229           * monotonic_timer
    230           * high_resolution_timer
    231     * Process clocks and timers:
    232           * process_clock, capturing real, user-CPU, and system-CPU times.
    233           * process_timer, capturing elapsed real, user-CPU, and system-CPU times.
    234           * run_timer, convenient reporting of process_timer results.
     226                * high_resolution_clock   
     227          * typeof registration for classes duration  and time_point
     228    *  Process clocks:
     229        * process_real_CPU_clocks, capturing real-CPU times.
     230        * process_user_CPU_clocks, capturing user-CPU times.
     231        * process_system_CPU_clocks, capturing system-CPU times.
     232        * process_cpu_clock, tuple-like class capturing at once real, user-CPU, and system-CPU times.
     233    * Stopwatches:
     234        * stopwatch, capturing elapsed Clock times.
     235        * stopwatch_accumulator, capturing cummulated elapsed Clock times.
     236        * scoped helper classes allowing to pairwise start/stop operations, suspend/resume and resume/suspend a Stopwatch.
     237    * Stopclocks or Stopwatch reporters:
     238        * stopwatch_reporter, convenient reporting of models of Stopwatch results.
     239        * stopclock<Clock> shortcut of stopwatch_reporter<stopwatch<Clock>>
    235240
    236241---------------------------------------------------------------------------------------------------