Re: [ovs-dev] [PATCH v7 0/5] Stopwatch Library

2018-04-03 Thread Ben Pfaff
On Tue, Apr 03, 2018 at 01:30:09PM -0500, Mark Michelson wrote: > On 04/03/2018 01:25 PM, Ben Pfaff wrote: > >On Wed, Mar 28, 2018 at 04:35:04PM -0500, Mark Michelson wrote: > >>This set of commits adds a new library for OVS that allows for measuring > >>the performance of operations in OVS and com

Re: [ovs-dev] [PATCH v7 0/5] Stopwatch Library

2018-04-03 Thread Mark Michelson
On 04/03/2018 01:25 PM, Ben Pfaff wrote: On Wed, Mar 28, 2018 at 04:35:04PM -0500, Mark Michelson wrote: This set of commits adds a new library for OVS that allows for measuring the performance of operations in OVS and compiling statistics from these measurements. For developers, this can provi

Re: [ovs-dev] [PATCH v7 0/5] Stopwatch Library

2018-04-03 Thread Ben Pfaff
On Wed, Mar 28, 2018 at 04:35:04PM -0500, Mark Michelson wrote: > This set of commits adds a new library for OVS that allows for measuring > the performance of operations in OVS and compiling statistics from these > measurements. > > For developers, this can provide a measurement of something that

[ovs-dev] [PATCH v7 0/5] Stopwatch Library

2018-03-28 Thread Mark Michelson
This set of commits adds a new library for OVS that allows for measuring the performance of operations in OVS and compiling statistics from these measurements. For developers, this can provide a measurement of something that is either finer or coarser-grained than what is easily measured with a pr