commit | df188f145bba955640a7cc9f34efb819fedddb1a | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Tue Apr 04 17:21:40 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 19 11:03:31 2023 +0200 |
tree | 92abaa4c01bbb70b96ca4b3d876246cd1a9ce97a | |
parent | 07cbd8e0741d141e19f7b11cbd873c142bb84cae [diff] |
MINOR: clock: add now_cpu_time_fast() function Same as now_cpu_time(), but for fast queries (less accurate) Relies on now_cpu_time() and now_mono_time_fast() is used as a cache expiration hint to prevent now_cpu_time() from being called too often since it is known to be quite expensive. Depends on commit "MINOR: clock: add now_mono_time_fast() function"