std::chrono::steady_clock::now

From cppreference.com
< cpp‎ | chrono‎ | steady clock

(since C++11)

Returns a time point representing the current point in time.

Parameters

(none)

Return value

A time point representing the current time.

Exceptions

noexcept specification:  
noexcept