Home
last modified time | relevance | path

Searched refs:stopwatchCounter (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs187 stopwatchCounter = 0; in StartTimer()
190 SequenceNumber = stopwatchCounter, in StartTimer()
200 stopwatchCounter++; in CurrentTimer()
203 SequenceNumber = stopwatchCounter, in CurrentTimer()
211 stopwatchCounter++; in StopTimer()
214 SequenceNumber = stopwatchCounter, in StopTimer()
329 private int stopwatchCounter; field in Antmicro.Renode.Core.EmulationManager