Package
libboost-timer1.62-devVersion
1.62.0+dfsg-4Priority
optionalSection
universe/libdevelSource
boost1.62Origin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
65.5 kBDepends
libboost1.62-dev (= 1.62.0+dfsg-4), libboost-timer1.62.0 (= 1.62.0+dfsg-4)Conflicts
libboost-timer1.42-dev, libboost-timer1.46-dev, libboost-timer1.48-dev, libboost-timer1.49-dev, libboost-timer1.50-dev, libboost-timer1.52-dev, libboost-timer1.53-dev, libboost-timer1.54-dev, libboost-timer1.55-dev, libboost-timer1.57-dev, libboost-timer1.58-dev, libboost-timer1.60-dev, libboost-timer1.61-devHomepage
http://www.boost.org/libs/timer/Download Size
9,764 BAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu zesty/universe amd64 PackagesDescription
C++ wall clock and CPU process timersThis 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.