ucb-cyarp / benchmarking

Benchmarking for HW and SW DSP Implementations
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

investigate reduced duty cycle polling in benchmarks #15

Open cyarp opened 4 years ago

cyarp commented 4 years ago

Investigate waiting some period of time (nop loop) after a failure or successful send before re-checking.

cyarp commented 4 years ago

If this reduces contention for lines (ex. grabbing back exclusive access before the writer has had a chance to finish writing to the line) it may speed up overall transfer