How to tell how many backwards branches compile-time execution used?

Is there an easy way to show this?

I know I can use @setEvalBranchQuota and just keep lowering it until an error occurs, but this can be cumbersome when trying to determine how changes affect the compile time branches needed

1 Like