Package
libboost-timer1.62.0Version
1.62.0+dfsg-4Priority
optionalSection
universe/libsSource
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
libboost-chrono1.62.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)Homepage
http://www.boost.org/libs/timer/Download Size
10.1 kBAPT 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.