status-im / nim-chronos

Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/docs/chronos
Apache License 2.0
353 stars 51 forks source link

Per callback duration stats #442

Closed elcritch closed 1 year ago

elcritch commented 1 year ago

Variation on https://github.com/status-im/nim-chronos/pull/439 using per-closure-iterator timings.

elcritch commented 1 year ago

Closed in favor of https://github.com/elcritch/nim-chronos/pull/2 which makes this PR doable in a generic fashion using instrumentation hooks (callbacks).