
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.