Re: [ovs-dev] [PATCH ovn v3 2/3] ovn-northd: Add useful stopwatches

2021-06-30 Thread Dumitru Ceara
On 6/30/21 2:49 PM, Mark Gray wrote: > On 24/06/2021 16:33, Dumitru Ceara wrote: >> On 6/18/21 10:52 AM, Mark Gray wrote: >>> For performance measurement, it is useful to understand the >>> length of time required to complete a number of key code paths >>> in ovn-northd.c. Add stopwatches to

Re: [ovs-dev] [PATCH ovn v3 2/3] ovn-northd: Add useful stopwatches

2021-06-30 Thread Mark Gray
On 24/06/2021 16:33, Dumitru Ceara wrote: > On 6/18/21 10:52 AM, Mark Gray wrote: >> For performance measurement, it is useful to understand the >> length of time required to complete a number of key code paths >> in ovn-northd.c. Add stopwatches to measure these timings. >> >> Signed-off-by: Mark

Re: [ovs-dev] [PATCH ovn v3 2/3] ovn-northd: Add useful stopwatches

2021-06-24 Thread Dumitru Ceara
On 6/18/21 10:52 AM, Mark Gray wrote: > For performance measurement, it is useful to understand the > length of time required to complete a number of key code paths > in ovn-northd.c. Add stopwatches to measure these timings. > > Signed-off-by: Mark Gray > --- Acked-by: Dumitru Ceara I only

[ovs-dev] [PATCH ovn v3 2/3] ovn-northd: Add useful stopwatches

2021-06-18 Thread Mark Gray
For performance measurement, it is useful to understand the length of time required to complete a number of key code paths in ovn-northd.c. Add stopwatches to measure these timings. Signed-off-by: Mark Gray --- northd/ovn-northd-ddlog.c | 15 +++ northd/ovn-northd.c | 20