The entry for block id `i`.
(&self, i: u32)
| 170 | } |
| 171 | |
| 172 | /// A recorded kernel profile over an environment. |
| 173 | /// |
| 174 | /// Blocks are indexed by stable id `0..num_blocks`. The delta graph is stored |
| 175 | /// in CSR form: `producers(c)` are the block ids whose definition bodies block |
| 176 | /// `c` delta-unfolds (the "consumer → producer" direction). Self-edges are |
| 177 | /// dropped; producer lists are sorted and deduplicated. |