high_resolution_clock
from C++ (http://en.cppreference.com/w/cpp/chrono )microsec_clock
from boost (http://www.boost.org/doc/libs/release/doc/html/date_time/posix_time.html )clock_gettime
from POSIX (http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html )time
which measures wall time, CPU time, and system time spent by a given application.