(byte: u8)
| 510 | pub producers: FxHashSet<Address>, |
| 511 | /// Richer cost features (substitution-node visits, whnf/def-eq calls), |
| 512 | /// recorded on every native profiling run; compiled out (all zero) on the |
| 513 | /// zkvm target. |
| 514 | pub ops: OpCounts, |
| 515 | } |
| 516 | |
| 517 | impl ProfileSink { |
no outgoing calls