libboost-timer-dev

C++ wall clock and cpu process timers (default version)
  http://www.boost.org/libs/timer/
  0
  no reviews



This package forms part of the boost c++ libraries collection.

portable c++ timer classes that answer the question "how long does my c++ code take to run?" with as little as one #include and one additional line of code.

class cpu_timer measures wall clock time, user cpu process time, and system cpu process time. class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed.

this package is a dependency package, which depends on debian's default boost version (currently 1.58).