May I ask if the higher the complexity of the circuit, the longer the FHE inference time?

print(f"Complexity is {quantized_numpy_module.fhe_circuit.complexity}\n")

I use this code to obtain the complexity of the circuit, and I want to know what determines this complexity? And I want to know if the higher the complexity of the circuit, the longer the FHE inference time?