Includes a sample to demonstrate how to use drbbdup.
The client sets up two instrumentation cases per basic block. One case tracks the hit count of a basic block when cold to determine whether it exceeds a threshold and should be considered hot. The second version simply counts the number of times a hot basic block is executed.
Issue: #4134 (closed)