Home
last modified time | relevance | path

Searched refs:clock_cost_estimation_tick_limit (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7053 const auto clock_cost_estimation_tick_limit = 100000; variable
7073 …auto time_limit = std::min(resolution * clock_cost_estimation_tick_limit, FloatDuration<Clock>(clo… in estimate_clock_cost()