Increment the instruction counter.
| 42 | |
| 43 | /// Increment the instruction counter. |
| 44 | void incInstrCount() { InstrCnt.fetch_add(1, std::memory_order_relaxed); } |
| 45 | |
| 46 | /// Getter for instruction counter. |
| 47 | uint64_t getInstrCount() const { |
no outgoing calls
no test coverage detected