Skip to content

Function clock_elapsed

function clock_elapsed(uint64_t) runtime

inline double clock_elapsed(uint64_t start_time) noexcept

Returns the elapsed time in seconds since start_time, based on clock_now .

Parameters
start_time Tick count previously captured with clock_now .
Returns
Elapsed seconds as a floating-point value.

Fully qualified name: kfr::clock_elapsed(uint64_t)

Declared at runtime/time.hpp:344

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.