Get number of output bins (16 or 32)
| 112 | |
| 113 | /// Get number of output bins (16 or 32) |
| 114 | size getNumBins() const { return static_cast<size>(mConfig.mode); } |
| 115 | |
| 116 | /// Get statistics (for debugging/monitoring) |
| 117 | struct Stats { |
no outgoing calls
no test coverage detected