| 620 | total_cycles_base = delta_cycles_base = timestampbase + (uint64)timestamp; |
| 621 | } |
| 622 | void ResetInstructionsCounter() |
| 623 | { |
| 624 | total_instructions = delta_instructions = 0; |
| 625 | } |
| 626 | void ResetDebugStatisticsDeltaCounters() |
| 627 | { |
| 628 | delta_cycles_base = timestampbase + (uint64)timestamp; |
no outgoing calls
no test coverage detected