kaist-cp / smr-benchmark

SMR Benchmark: A Microbenchmark Suite for Concurrent Safe Memory Reclamation Schemes
http://cp.kaist.ac.kr/gc
MIT License
36 stars 5 forks source link

tracker: meaning of avg unreclaimed block per op? #12

Closed tomtomjhj closed 5 years ago

tomtomjhj commented 5 years ago

current solution

  1. contribution of a thread at a given point (at the start of the op)
    • contribution: blocks retired by this thread - blocks reclaimed by this thread
  2. avg contribution of a thread during its lifespan
  3. avg of avg contribution