You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on observation of micro benchmarking results.
Get inspired in https://github.com/google/benchmark how it chooses which clock type to use, e.g. build/{preset}/_deps/benchmark-src/src/timers.h -> typename ChooseSteadyClock::type ...
Description
Based on observation of micro benchmarking results.
Get inspired in https://github.com/google/benchmark how it chooses which clock type to use, e.g.
build/{preset}/_deps/benchmark-src/src/timers.h->typename ChooseSteadyClock::type...