ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications
Other
38 stars 36 forks source link

Per-thread realtime average acquire time metric #19

Closed lucasclucasdo closed 6 years ago

lucasclucasdo commented 6 years ago

Add a new metric which measures the average amount of real time between acquires on each core. This differs from the existing metrics which either measure the real time between acquires on any core on the cpu (total SoC throughput) or the scheduled time between acquires on a each core (which may appear artificially small for locking algorithms which sleep waiting threads).

Fixes #12

geoffreyblake commented 6 years ago

Can one of the admins verify this patch?