| 624 | total_instructions = delta_instructions = 0; |
| 625 | } |
| 626 | void ResetDebugStatisticsDeltaCounters() |
| 627 | { |
| 628 | delta_cycles_base = timestampbase + (uint64)timestamp; |
| 629 | delta_instructions = 0; |
| 630 | } |
| 631 | void IncrementInstructionsCounters() |
| 632 | { |
| 633 | total_instructions++; |
no outgoing calls
no test coverage detected