Expand description
Fancy object to profile a fancy circuit and compute stats such as the multiplicative depth or the number of boolean and arithmetic gates in a circuit.
Structsยง
- Analyzer
Item - An instantiation of
FancyInput::Itemused byCircuitAnalyzer. - Circuit
Analyzer - A
Fancyobject which counts gates in a binary circuit.