()
| 360 | } |
| 361 | |
| 362 | func (sc *stackCounter) String() string { |
| 363 | return fmt.Sprintf("{count:%d,total:%d}", sc.count(), sc.total()) |
| 364 | } |
| 365 | |
| 366 | // Compile-time check that program counters are uint64 values. |
| 367 | var _ = assertTypeIsUint64[experimental.ProgramCounter]() |