| 249 | |
| 250 | template<typename B, typename R> |
| 251 | void |
| 252 | Monitor_MI<B, R>::activate_mutinfo_histogram(bool val) |
| 253 | { |
| 254 | mutinfo_hist_activated = val; |
| 255 | } |
| 256 | |
| 257 | template<typename B, typename R> |
| 258 | uint32_t |
nothing calls this directly
no outgoing calls
no test coverage detected