| 616 | ResetInstructionsCounter(); |
| 617 | } |
| 618 | void ResetCyclesCounter() |
| 619 | { |
| 620 | total_cycles_base = delta_cycles_base = timestampbase + (uint64)timestamp; |
| 621 | } |
| 622 | void ResetInstructionsCounter() |
| 623 | { |
| 624 | total_instructions = delta_instructions = 0; |
no outgoing calls
no test coverage detected