From: Theo Buehler Subject: Re: bgpd: track rde main event loop performance To: tech@openbsd.org Date: Wed, 12 Nov 2025 15:40:33 +0100 On Wed, Nov 12, 2025 at 03:36:40PM +0100, Claudio Jeker wrote: > This diff adds some counters to track how much time the main event loop > uses for which part of the loop. > > This helps a lot to better understand why stuff is slow. Also by having > the loop count allows one to calculate how frequently the loop runs. > I find this very useful for my ongoing work on making bgpd faster. Sure, totally makes sense. Reads fine to me. ok