diff options
Diffstat (limited to 'ARMeilleure')
| -rw-r--r-- | ARMeilleure/State/ExecutionContext.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ARMeilleure/State/ExecutionContext.cs b/ARMeilleure/State/ExecutionContext.cs index 2755122f..9f89bff4 100644 --- a/ARMeilleure/State/ExecutionContext.cs +++ b/ARMeilleure/State/ExecutionContext.cs @@ -37,6 +37,8 @@ namespace ARMeilleure.State public ulong CntvctEl0 => CntpctEl0; public static TimeSpan ElapsedTime => _tickCounter.Elapsed; + public static long ElapsedTicks => _tickCounter.ElapsedTicks; + public static double TickFrequency => _hostTickFreq; public long TpidrEl0 { get; set; } public long Tpidr { get; set; } |
